opencode/turbo.json

10 lines
143 B
JSON
Raw Normal View History

2025-09-17 15:33:54 +08:00
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
2025-09-19 17:28:46 +08:00
"typecheck": {},
"build": {
"dependsOn": ["^build"]
}
2025-09-17 15:33:54 +08:00
}
}