Update frontend/vite.config.ts

This commit is contained in:
2025-08-02 02:09:59 +02:00
parent 400d77cd5a
commit ae410bda2b

View File

@@ -4,6 +4,7 @@ export default defineConfig({
plugins: [tailwindcss()],
server: {
host: "0.0.0.0",
allowedHosts: "weather.the1s.de",
port: 7002,
watch: {
usePolling: true,