diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index abd96a4..c2fb710 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -8,5 +8,10 @@ export default defineConfig({ allowedHosts: ["weather.the1s.de"], port: 7002, watch: { usePolling: true }, + hmr: { + host: "weather.the1s.de", + port: 7002, + protocol: "wss", + }, }, });