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 29, 2024
1 parent 49b855b commit 01f8a24
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 01f8a24

Please sign in to comment.