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