Update frontend/vite.config.ts

This commit is contained in:
2025-08-02 02:16:48 +02:00
parent 72754f5949
commit bbbc8b9edd

View File

@@ -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",
},
},
});