Skip to content

Commit 5501c5c

Browse files
committed
adds preview command
1 parent 5abe633 commit 5501c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-06-25-getPlatformProxy-support-remote-bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Then, all you have to do is specify which bindings you want connected to the dep
3737

3838
</WranglerConfig>
3939

40-
You can then run `next dev` to start a local development session, and all requests to `env.MY_BUCKET` will be proxied to the remote `testing-bucket` — rather than the [default local binding simulations](/workers/development-testing/#bindings-during-local-development).
40+
You can then run `next dev` to start a local development session (or start a preview with `opennextjs-cloudflare preview`), and all requests to `env.MY_BUCKET` will be proxied to the remote `testing-bucket` — rather than the [default local binding simulations](/workers/development-testing/#bindings-during-local-development).
4141

4242
## Remote bindings & ISR
4343

0 commit comments

Comments
 (0)