From e9d2c467e011499678b928df4562b4c4ac2f8f1d Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Thu, 15 Jan 2026 10:49:56 +0800 Subject: chore: Update commands for development and build in tauri config --- src-tauri/tauri.conf.json | 6 +++--- 1 file 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 +} -- cgit v1.2.3-70-g09d2