diff --git a/pages/cloudflare/get-started.mdx b/pages/cloudflare/get-started.mdx index 84a841d..3e47e5e 100644 --- a/pages/cloudflare/get-started.mdx +++ b/pages/cloudflare/get-started.mdx @@ -123,6 +123,8 @@ And you'll want to replace any uses of `getRequestContext` from `@cloudflare/nex You can continue to run `next dev` when developing locally. +During local development, you can access local versions of Cloudflare bindings as indicated in the [bindings documentation](./bindings). + In step 3, we also added the `npm run preview:worker`, which allows you to quickly preview your app running locally in the Workers runtime, rather than in Node.js. This allows you to test changes in the same runtime as your app will run in when deployed to Cloudflare. ##### 7. Deploy to Cloudflare Workers