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