diff options
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/tauri.conf.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9a395fa..1f2b554 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -3,8 +3,8 @@ "version": "0.1.19", "identifier": "com.dropout.launcher", "build": { - "beforeDevCommand": "cd ../ui && pnpm dev", - "beforeBuildCommand": "cd ../ui && pnpm build", + "beforeDevCommand": "pnpm -C ../ui dev", + "beforeBuildCommand": "pnpm -C ../ui build", "devUrl": "http://localhost:5173", "frontendDist": "../ui/dist" }, @@ -40,4 +40,4 @@ } } } -}
\ No newline at end of file +} |