Fixed dev server reloads

This commit is contained in:
Taylor AI 2026-01-12 15:43:53 +05:00
parent f80b20785c
commit d67a807759

View File

@ -76,6 +76,7 @@ export default defineConfig({
hmr: {
protocol: "wss",
clientPort: 443,
path: "/__vite_hmr",
},
},
});