Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Feb 23, 2024
1 parent d2d7f41 commit 6c03682
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 @@ -200,7 +200,7 @@ export type ServerBundleBuildConfig = {
type RemixPluginSsrBuildContext =
| {
isSsrBuild: false;
generateRemixManifests?: never;
getRemixServerManifest?: never;
serverBundleBuildConfig?: never;
}
| {
Expand Down

0 comments on commit 6c03682

Please sign in to comment.