diff --git a/crates/desktop/tauri.conf.json b/crates/desktop/tauri.conf.json index 8890044..f7d9482 100644 --- a/crates/desktop/tauri.conf.json +++ b/crates/desktop/tauri.conf.json @@ -4,8 +4,8 @@ "identifier": "org.p4pillon.pharma.desktop", "build": { "beforeDevCommand": { - "script": "cargo run", - "cwd": "../clego" + "cwd": "../app", + "script": "cargo run" }, "devUrl": "http://localhost:3000", "frontendDist": "axum://place.holder/"