{ "$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": [] } } }