Files
opencode/turbo.json
2025-09-19 06:10:27 -04:00

11 lines
173 B
JSON

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