diff options
| author | 2026-01-15 10:49:56 +0800 | |
|---|---|---|
| committer | 2026-01-15 10:49:56 +0800 | |
| commit | e9d2c467e011499678b928df4562b4c4ac2f8f1d (patch) | |
| tree | f46d25e95df084e6770ce947dd39ef0df84c7fea /src-tauri/tauri.conf.json | |
| parent | 1c288a13e12880b4668865cd001538f90ace8bb1 (diff) | |
| download | DropOut-e9d2c467e011499678b928df4562b4c4ac2f8f1d.tar.gz DropOut-e9d2c467e011499678b928df4562b4c4ac2f8f1d.zip | |
chore: Update commands for development and build in tauri config
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -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 +} |