low-code/apps/renderer/turbo.json
2025-03-11 15:30:39 +08:00

27 lines
498 B
JSON

{
"globalEnv": ["NODE_ENV"],
"tasks": {
"reset": {
"cache": false
},
"build": {
"dependsOn": ["@sy/web-vitals#build"],
"outputs": ["dist/**", "dist.zip"]
},
"preview": {
"dependsOn": ["@sy/web-vitals#build"],
"outputs": ["dist/**"]
},
"dev": {
"dependsOn": ["@sy/web-vitals#build"],
"outputs": [],
"cache": false,
"persistent": true
},
"typecheck": {
"outputs": []
}
},
"extends": ["//"]
}