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