chobit/turbo.json
Claude Code 4eb5866cd8 chore(godot): 🔧 Update Godot project configuration, documentation, and build setup files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 14:01:25 -07:00

24 lines
408 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"typecheck": {
"dependsOn": ["^build"],
"outputs": []
},
"test": {
"dependsOn": ["build"],
"outputs": []
},
"clean": {
"cache": false
}
}
}