mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"lint": {},
|
|
"check-types": {},
|
|
"test": {},
|
|
"format": {},
|
|
"clean": { "cache": false }
|
|
}
|
|
}
|