Files
opencode/turbo.json
2025-09-19 05:28:46 -04:00

10 lines
143 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"typecheck": {},
"build": {
"dependsOn": ["^build"]
}
}
}