{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**"] }, "typecheck": { "dependsOn": ["^typecheck"] }, "dev": { "persistent": true, "cache": false, "env": ["DATABASE_URL"] } }, "ui": "tui", "globalDependencies": ["**/.env"] }