Skip to content

Commit

Permalink
chore: fix vite-plugin-simple-hmr example
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Aug 14, 2024
1 parent 2e63f9d commit e714a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
}),
vitePluginSsrMiddleware({
entry: "/src/entry-server.tsx",
mode: "ViteRuntime",
mode: "ModuleRunner",
}),
],
});

0 comments on commit e714a68

Please sign in to comment.