Fixed issues with vite config dev server reloads

This commit is contained in:
Umar Adilov 2026-01-12 15:44:48 +05:00
parent 8f2b4ea452
commit a0d233437d

View File

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