fix: typo in Tauri beforeDevCommand
This commit is contained in:
parent
8c38f0e4ba
commit
ba88b08a57
@ -4,8 +4,8 @@
|
|||||||
"identifier": "org.p4pillon.pharma.desktop",
|
"identifier": "org.p4pillon.pharma.desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": {
|
"beforeDevCommand": {
|
||||||
"script": "cargo run",
|
"cwd": "../app",
|
||||||
"cwd": "../clego"
|
"script": "cargo run"
|
||||||
},
|
},
|
||||||
"devUrl": "http://localhost:3000",
|
"devUrl": "http://localhost:3000",
|
||||||
"frontendDist": "axum://place.holder/"
|
"frontendDist": "axum://place.holder/"
|
||||||
|
Loading…
Reference in New Issue
Block a user