buster/apps/trigger/turbo.json

12 lines
201 B
JSON

{
"extends": ["//"],
"$schema": "https://turbo.build/schema.json",
"tasks": {
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["@buster/database#dev"]
}
}
}