{ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**"] }, "dev": { "cache": false, "persistent": true }, "lint": { "dependsOn": ["^build"] }, "test": { "dependsOn": ["^build"] }, "clean": { "cache": false }, "db:generate": { "cache": false }, "db:push": { "cache": false }, "db:studio": { "cache": false, "persistent": true } } }