sandbox-agent/turbo.json
2026-01-25 01:57:16 -08:00

17 lines
356 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "build/**", "lib/**", "src/generated/**"]
},
"generate": {
"dependsOn": ["^generate"],
"outputs": ["src/generated/**"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}