1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"] }, "lint": { "outputs": [] }, "dev": { "cache": false, "persistent": true } } }