From 78497291a833596385f021a8d8584e56b01472b6 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Fri, 15 Aug 2025 11:44:45 +0200 Subject: [PATCH] changed vit config --- frontend/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 2eafb58..341a234 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -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", }, }, });