{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**"] }, "lint": {}, "format": { "dependsOn": ["^lint"] }, "dev": { "cache": false, "persistent": true } } }