feat: 低代码平台增加应用列表
This commit is contained in:
14
turbo.json
14
turbo.json
@@ -35,7 +35,8 @@
|
||||
]
|
||||
},
|
||||
"dev": {
|
||||
"cache": true
|
||||
"cache": true,
|
||||
"persistent": true
|
||||
},
|
||||
"clean:lock": {
|
||||
"cache": false,
|
||||
@@ -51,6 +52,17 @@
|
||||
],
|
||||
"cache": false
|
||||
},
|
||||
"preview": {
|
||||
"cache": false,
|
||||
"persistent": true,
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
],
|
||||
"inputs": [
|
||||
"$TURBO_DEFAULT$",
|
||||
".env*"
|
||||
]
|
||||
},
|
||||
"deploy": {
|
||||
"cache": false,
|
||||
"dependsOn": [
|
||||
|
||||
Reference in New Issue
Block a user