项目文件夹

文件
T
caorushizi 0ff360e7d6 fix: download progress
fixes: #577
2025-11-18 12:16:00 +08:00

32 行
514 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalEnv": [
"APP_TARGET"
],
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"cache": true,
"persistent": false,
"outputs": [
"build"
],
"dependsOn": [
"^build"
]
},
"type:check": {
"cache": false,
"persistent": false
},
"clean": {
"cache": false,
"persistent": false,
"outputs": []
}
}
}