diff --git a/toos-dashboard/src-tauri/tauri.conf.json b/toos-dashboard/src-tauri/tauri.conf.json index eedbee1..a3798a6 100644 --- a/toos-dashboard/src-tauri/tauri.conf.json +++ b/toos-dashboard/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", - "devPath": "http://localhost:1420", + "devPath": "http://127.0.0.1:1420", "distDir": "../dist", "withGlobalTauri": false },