Roo-Code/apps/docs/turbo.json
Bruno Bergher 28acb6acf2
Add docs app and GitHub Pages deploy (#12344)
* Add docs app and Pages deploy

* Configure knip for docs app
2026-05-12 14:23:21 +01:00

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"
]
}
}
}