{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "globalDependencies": [".env"], "globalEnv": [ "NODE_ENV", "DATABASE_URI", "PAYLOAD_SECRET", "PAYLOAD_PUBLIC_SERVER_URL", "PUBLIC_PAYLOAD_API_URL", "SUPABASE_URL", "SUPABASE_ANON_KEY", "PORT" ], "tasks": { "dev": { "cache": false, "persistent": true }, "dev:portless": { "cache": false, "persistent": true }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "start": { "dependsOn": ["build"], "cache": false, "persistent": true }, "typecheck": { "dependsOn": ["^build"] }, "lint": {}, "clean": { "cache": false } } }