changed vit config

This commit is contained in:
2025-08-15 11:44:45 +02:00
parent 7ef52321d6
commit 78497291a8

View File

@@ -7,11 +7,12 @@ export default defineConfig({
host: "0.0.0.0",
allowedHosts: ["lose.the1s.de"],
port: 8501,
https: false,
watch: { usePolling: true },
hmr: {
host: "lose.the1s.de",
port: 8501,
protocol: "wss",
protocol: "ws",
},
},
});