forked from imbytecat/fullstack-starter
refactor: 移除未使用 dev 配置并优化 Turbo 任务依赖
- 移除未使用的 dev 配置并优化 Turbo 任务依赖关系
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
"build:tauri": {
|
||||
"dependsOn": ["build:compile"]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"dev:tauri": {
|
||||
"cache": false,
|
||||
"dependsOn": ["build:compile"],
|
||||
|
||||
Reference in New Issue
Block a user