Update devUrl in tauri.conf.json to use 127.0.0.1

This commit is contained in:
2026-05-07 20:19:07 +02:00
parent 2fab5e6d1d
commit 31048654b6

View File

@@ -6,7 +6,7 @@
"build": {
"beforeDevCommand": "npm run dev:vite",
"beforeBuildCommand": "npm run build",
"devUrl": "http://localhost:5173",
"devUrl": "http://127.0.0.1:5173",
"frontendDist": "../dist"
},
"app": {