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",
allowedHosts: ["lose.the1s.de"],
port: 8501,
https: true,
https: false,
watch: { usePolling: true },
hmr: {
host: "lose.the1s.de",
port: 8501,
protocol: "wss",
protocol: "ws",
},
},
});