From 00ad997a26f4dba8c8366a5e2ac1eb8164aa71af Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 16 Feb 2026 14:04:15 +0100 Subject: [PATCH] fix: allow all hosts in vite config for tunnel access --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index eaa3e060..2c0ba5a4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,6 +13,7 @@ export default defineConfig({ server: { port: 5173, strictPort: true, + allowedHosts: true, }, // Env variables starting with TAURI_ are exposed to the frontend