Roo-Code/turbo.json
Chris Estreich 008c548c07
Monorepo + (disabled) agent authentication mechanism (#106)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-19 12:19:50 -07:00

12 lines
183 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"lint": {},
"check-types": {},
"test": {},
"build": {},
"clean": {
"cache": false
}
}
}