xtablo-source/apps/external/turbo.json

12 lines
195 B
JSON
Raw Normal View History

2025-10-24 12:16:21 +00:00
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"deploy": {
"dependsOn": ["build"],
"cache": false,
"outputLogs": "new-only"
}
}
}