Skip to content

Commit

Permalink
Merge branch 'dev' into pedro/create-remix-header-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori authored Jan 12, 2024
2 parents da4c634 + 24a831b commit 979ddef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-shoes-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/dev": patch
---

Add `isSpaMode` to `@remix-run/dev/server-build` virtual module"
1 change: 1 addition & 0 deletions packages/remix-dev/server-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export const future: ServerBuild["future"] = undefined!;
export const publicPath: ServerBuild["publicPath"] = undefined!;
// prettier-ignore
export const assetsBuildDirectory: ServerBuild["assetsBuildDirectory"] = undefined!;
export const isSpaMode: ServerBuild["isSpaMode"] = undefined!;

0 comments on commit 979ddef

Please sign in to comment.