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", }, }, });