opencode/turbo.json
Dax Raad ebef2ea2d0
Some checks are pending
deploy / deploy (push) Waiting to run
ci: stuff
2025-09-19 05:28:46 -04:00

9 lines
143 B
JSON

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