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