Changed localhost to 127.0.0.1
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m29s
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m29s
This commit is contained in:
parent
ef0c80d099
commit
3f6ea3a2f1
@ -2,7 +2,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
"beforeBuildCommand": "npm run build",
|
"beforeBuildCommand": "npm run build",
|
||||||
"devPath": "http://localhost:1420",
|
"devPath": "http://127.0.0.1:1420",
|
||||||
"distDir": "../dist",
|
"distDir": "../dist",
|
||||||
"withGlobalTauri": false
|
"withGlobalTauri": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user