diff --git a/vite.config.js b/vite.config.js index 5e7345b..f51c564 100644 --- a/vite.config.js +++ b/vite.config.js @@ -59,6 +59,9 @@ export default defineConfig(hooks.call('sylvite:viteConfig', { }, server: { host: true, + hmr: { + port: 3101, + }, ...(!isInsecure && { https: { key: readFileSync(httpsKey),