项目文件夹

文件
T
2025-11-03 18:18:47 +08:00

27 行
423 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
}
}
}