xtablo-source/apps/external/turbo.json
2025-10-24 17:06:42 +02:00

11 lines
195 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"deploy": {
"dependsOn": ["build"],
"cache": false,
"outputLogs": "new-only"
}
}
}