Skip to content

Commit ddc85eb

Browse files
authored
Update 2025-09-16-remote-bindings-ga.mdx
1 parent 2ebe8ec commit ddc85eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/changelog/workers/2025-09-16-remote-bindings-ga.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ date: 2025-09-16
88

99
import { WranglerConfig, Aside } from "~/components";
1010

11-
3 months ago [we announced the public beta](/changelog/2025-06-18-remote-bindings-beta/) of [remote bindings](/workers/development-testing/#remote-bindings) for local development. Now, we're excited to say that it's available for everyone in Wrangler, Vite, and Vitest without using an experimental flag!
11+
Three months ago [we announced the public beta](/changelog/2025-06-18-remote-bindings-beta/) of [remote bindings](/workers/development-testing/#remote-bindings) for local development. Now, we're excited to say that it's available for everyone in Wrangler, Vite, and Vitest without using an experimental flag!
1212

1313
With remote bindings, you can now connect to deployed resources like [R2 buckets](/r2/) and [D1 databases](/d1/) while running Worker code on your local machine. This means you can test your local code changes against real data and services, without the overhead of deploying for each iteration.
1414

@@ -37,8 +37,8 @@ To enable remote bindings, add `"remote" : true` to each binding that you want t
3737

3838
When remote bindings are configured, your Worker **still executes locally**, but all binding calls are proxied to the deployed resource that runs on Cloudflare's network.
3939

40-
**You can try out remote bindings for local development today with:**
40+
**You can [try out remote bindings](/workers/development-testing/#remote-bindings) for local development today with:**
4141

42-
- [Wrangler v4.37.0](/workers/development-testing/#using-wrangler-with-remote-bindings): Use the `wrangler dev` command.
43-
- The [Cloudflare Vite Plugin](/workers/development-testing/#using-vite-with-remote-bindings)
44-
- The [Cloudflare Vitest Plugin](/workers/development-testing/#using-vitest-with-remote-bindings)
42+
- [Wrangler v4.37.0](/workers/wrangler/)
43+
- The [Cloudflare Vite Plugin](/workers/vite-plugin/)
44+
- The [Cloudflare Vitest Plugin](/workers/testing/vitest-integration/)

0 commit comments

Comments
 (0)