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