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