Skip to content

Commit

Permalink
Fix internal type for spa mode plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 16, 2024
1 parent 93b8272 commit 281d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/vite/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ export type ResolvedRemixVitePluginConfig = Pick<
| "entryClientFilePath"
| "entryServerFilePath"
| "future"
| "isSpaMode"
| "publicPath"
| "relativeAssetsBuildDirectory"
| "routes"
| "serverModuleFormat"
> & {
isSpaMode: boolean;
serverBuildDirectory: string;
serverBuildFile: string;
serverBundles?: ServerBundlesFunction;
Expand Down

0 comments on commit 281d31a

Please sign in to comment.