Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pages/cloudflare/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ You can continue to run `next dev` when developing locally.

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.

During local development, either via `next dev` or `npm run preview:worker`, you can access local versions of Cloudflare bindings as indicated in the [bindings documentation](./bindings).

##### 7. Deploy to Cloudflare Workers

Either deploy via the command line:
Expand Down
Loading