buster/apps/electric-server/turbo.json

25 lines
531 B
JSON

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