buster/apps/cli/turbo.json

11 lines
159 B
JSON
Raw Normal View History

{
"extends": ["//"],
"tasks": {
"build:standalone": {
"dependsOn": ["build"],
"outputs": ["dist/buster"],
"cache": false
2025-09-25 05:29:29 +08:00
}
}
}