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
7 changes: 3 additions & 4 deletions pages/cloudflare/bindings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@ Such bindings are by default local simulation that mimic the behavior of the act

### Remote bindings

As mentioned above, by default locally only simulations of the bindings will be used.
As mentioned above, by default local emulations of the bindings are used.

However [remote bindings](https://developers.cloudflare.com/workers/development-testing/#remote-bindings) can also be
used, allowing your application code, while still running locally, to connect to real remote resources associated to your
used, allowing your application code, while still running locally, to connect to remote resources associated to your
Cloudflare account.

In order to use such remote bindings, since the feature is currently experimental, you'll need to explicitly
enabled it in your `next.config.mjs` file:
Remote bindings are currently experimental and can be enabled enabled it in your `next.config.ts` file:

```diff
- initOpenNextCloudflareForDev();
Expand Down