feat: 低代码平台增加应用列表

This commit is contained in:
wangxuefeng
2025-03-04 14:46:19 +08:00
parent 09ff94c188
commit 6fc133bb7d
24 changed files with 798 additions and 785 deletions

View File

@@ -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": [