From 58332ee8fc07c99a53a55d51c14df633effb0684 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Fri, 15 Aug 2025 11:52:43 +0200 Subject: [PATCH] chnged protocol --- frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 341a234..96a0eba 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -7,7 +7,7 @@ export default defineConfig({ host: "0.0.0.0", allowedHosts: ["lose.the1s.de"], port: 8501, - https: false, + https: true, watch: { usePolling: true }, hmr: { host: "lose.the1s.de",