{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!-next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "dev": { "cache": false, "persistent": true, "env": ["PATH", "DISCORD_TOKEN", "DATABASE_URL", "BOT_GRPC_URL"] }, "generate": { "dependsOn": ["^generate"], "outputs": ["packages/db/node_modules/.prisma/client/**", "node_modules/.prisma/client/**"] } } }