fix: typo in Tauri beforeDevCommand

This commit is contained in:
Florian Briand 2024-07-24 23:28:22 +02:00
parent 8c38f0e4ba
commit ba88b08a57
Signed by: florian_briand
GPG Key ID: CC981B9E6B98E70B

View File

@ -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/"