fix: allow all hosts in vite config for tunnel access
This commit is contained in:
@@ -13,6 +13,7 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 5173,
|
||||
strictPort: true,
|
||||
allowedHosts: true,
|
||||
},
|
||||
|
||||
// Env variables starting with TAURI_ are exposed to the frontend
|
||||
|
||||
Reference in New Issue
Block a user