{ "$schema": "https://turborepo.dev/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "env": [ "NEXT_ASSET_PREFIX", "NEXT_BASE_PATH", "NEXT_PUBLIC_GITHUB_REPO", "NEXT_PUBLIC_SITE_URL" ], "outputs": ["dist/**", ".next/**", "!.next/cache/**", "!.next/dev/**"] }, "dev": { "cache": false, "persistent": true }, "eval": { "cache": false, "env": [ "AI_GATEWAY_API_KEY", "VERCEL_PROJECT_ID", "VERCEL_TEAM_ID", "VERCEL_TOKEN", "VERCEL_OIDC_TOKEN", "ZERO_EVAL_COMMAND_TIMEOUT_MS", "ZERO_EVAL_MODEL", "ZERO_EVAL_MODELS", "ZERO_EVAL_SANDBOX_PROJECT_DIR", "ZERO_EVAL_SANDBOX_RUNTIME", "ZERO_EVAL_SANDBOX_TIMEOUT_MS", "ZERO_EVAL_SANDBOX_VCPUS" ] }, "lint": { "outputs": [] }, "start": { "cache": false, "persistent": true }, "test": { "outputs": [] } } }