mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
18 lines
284 B
JSON
18 lines
284 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["build/**"],
|
|
"inputs": [
|
|
"docs/**",
|
|
"src/**",
|
|
"static/**",
|
|
"docusaurus.config.ts",
|
|
"sidebars.ts",
|
|
"package.json",
|
|
"tsconfig.json"
|
|
]
|
|
}
|
|
}
|
|
}
|