{ "$schema": "https://turborepo.org/schema.json", "extends": ["//"], "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"] } } }