fix: allow all hosts in vite config for tunnel access

This commit is contained in:
lucaronin
2026-02-16 14:04:15 +01:00
parent 94cd8bdcc1
commit 00ad997a26

View File

@@ -13,6 +13,7 @@ export default defineConfig({
server: {
port: 5173,
strictPort: true,
allowedHosts: true,
},
// Env variables starting with TAURI_ are exposed to the frontend