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