Roo-Code/apps/web-evals/turbo.json
2025-06-04 09:32:27 -07:00

10 lines
206 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"outputs": [".next/**"],
"inputs": ["src/**", "package.json", "tsconfig.json", "next.config.ts"]
}
}
}