{ "$schema": "https://turborepo.com/schema.json", "extends": ["//"], "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "next-env.d.ts"] }, "dev": { "persistent": true } } }