From ae410bda2bc837d8b7007c6a7d369b3891aaed11 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Sat, 2 Aug 2025 02:09:59 +0200 Subject: [PATCH] Update frontend/vite.config.ts --- frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 15d1c80..59fc93c 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -4,6 +4,7 @@ export default defineConfig({ plugins: [tailwindcss()], server: { host: "0.0.0.0", + allowedHosts: "weather.the1s.de", port: 7002, watch: { usePolling: true,