From e703ef669a6309923c46836db12a03be3b3d09e2 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sun, 18 Jan 2026 16:40:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20dev=20=E9=85=8D=E7=BD=AE=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20Turbo=20=E4=BB=BB=E5=8A=A1=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除未使用的 dev 配置并优化 Turbo 任务依赖关系 --- turbo.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/turbo.json b/turbo.json index 8b11b6c..0a30b97 100644 --- a/turbo.json +++ b/turbo.json @@ -8,10 +8,6 @@ "build:tauri": { "dependsOn": ["build:compile"] }, - "dev": { - "cache": false, - "persistent": true - }, "dev:tauri": { "cache": false, "dependsOn": ["build:compile"],