Skip to content

Commit 7242b6a

Browse files
update cloudflare-build-and-deployment
1 parent 4ffe138 commit 7242b6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cloudflare-build-and-deployment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Key configurations include:
1919
- This is currently set to `fb4a2d0f103c6ff38854ac69eb709272`, which is the ID of a Cloudflare account controlled by Node.js, and used for testing.
2020
- `build`: Defines the build command to generate the Node.js filesystem polyfills required for the application to run on Cloudflare Workers. This uses the [`@flarelabs/wrangler-build-time-fs-assets-polyfilling`](https://github.com/flarelabs-net/wrangler-build-time-fs-assets-polyfilling) package.
2121
- `alias`: Maps aliases for the Node.js filesystem polyfills generated during the build process.
22-
- `kv_namespaces`: Contains a single KV binding definition for `NEXT_INC_CACHE_KV`. This is used to implement the Next.js incremental cache.
23-
- This is currently set up to a KV in the aforementioned Cloudflare testing account.
22+
- `r2_buckets`: Contains a single R2 binding definition for `NEXT_INC_CACHE_R2_BUCKET`. This is used to implement the Next.js incremental cache.
23+
- This is currently set up to a R2 bucket in the aforementioned Cloudflare testing account.
24+
- `durable_objects`: Contains a single DurableObject binding definition for `NEXT_CACHE_DO_QUEUE`. This is used to implement the Open-next cache queue.
2425

2526
### OpenNext Configuration
2627

0 commit comments

Comments
 (0)