From 772cb944a3037cdc7833a8283118e41d68f30365 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Fri, 15 Aug 2025 11:56:39 +0200 Subject: [PATCH] changed again - ughhh --- frontend/vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 0c7bd23..341a234 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -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", }, }, });