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