Skip to content

Commit

Permalink
add link to bindings doc in the getting started local dev section (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Nov 8, 2024
1 parent 4371529 commit f551bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/cloudflare/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f551bb4

Please sign in to comment.