cloudaxe-opencode/turbo.json

15 lines
254 B
JSON
Raw Normal View History

2025-09-17 07:33:54 +00:00
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
2025-09-19 09:28:46 +00:00
"typecheck": {},
"build": {
2025-09-19 10:10:27 +00:00
"dependsOn": ["^build"],
"outputs": ["dist/**"]
2025-09-27 07:04:42 +00:00
},
2025-09-27 07:17:22 +00:00
"opencode#test": {
"dependsOn": ["^build"],
"outputs": []
2025-09-19 09:28:46 +00:00
}
2025-09-17 07:33:54 +00:00
}
}