Skip to content

Commit

Permalink
Add isSpaMode to server build virtual module type (#8492)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Jan 12, 2024
1 parent 4464df2 commit d1f6edc
Showing 1 changed file with 1 addition and 0 deletions.
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 d1f6edc

Please sign in to comment.