refactor: 移除未使用 dev 配置并优化 Turbo 任务依赖

- 移除未使用的 dev 配置并优化 Turbo 任务依赖关系
This commit is contained in:
2026-01-18 16:40:00 +08:00
parent bbae8d04ae
commit e703ef669a

View File

@@ -8,10 +8,6 @@
"build:tauri": {
"dependsOn": ["build:compile"]
},
"dev": {
"cache": false,
"persistent": true
},
"dev:tauri": {
"cache": false,
"dependsOn": ["build:compile"],