changed again - ughhh

This commit is contained in:
2025-08-15 11:56:39 +02:00
parent 764ac9c38b
commit 772cb944a3

View File

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