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