We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54a6b5 commit 6a92402Copy full SHA for 6a92402
1 file changed
packages/start/src/config/fs-routes/fs-watcher.ts
@@ -54,7 +54,7 @@ function createRoutesReloader(
54
}
55
56
57
- if (!server.config.server.hmr) {
+ if (!server.hot) {
58
server.ws.send({ type: "full-reload" });
59
60
0 commit comments