Changed localhost to 127.0.0.1
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m29s

This commit is contained in:
Xeovalyte 2023-10-27 15:11:20 +02:00
parent ef0c80d099
commit 3f6ea3a2f1

View File

@ -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
},