Skip to content

Commit f1b132d

Browse files
committed
small edits to copy
1 parent 385284e commit f1b132d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/content/changelog/workers/2025-06-18-remote-bindings-beta.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Remote bindings public beta - Connect to remote resources during local de
33
description: We are excited to introduce beta support for remote bindings for local development, allowing you to connect to deployed resources like R2 buckets and D1 databases, all while running your Worker code on your local machine.
44
products:
55
- workers
6-
date: 2025-06-18T01:00:00Z
6+
date: 2025-06-18T17:00:00Z
77
---
88

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

11-
Today [we announced the public beta](https://github.com/cloudflare/workers-sdk/discussions/9660) of [remote bindings](/workers/development-testing/#remote-bindings) for local development: allowing you to connect to deployed resources like R2 buckets and D1 databases while running your 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.
11+
Today [we announced the public beta](https://github.com/cloudflare/workers-sdk/discussions/9660) of [remote bindings](/workers/development-testing/#remote-bindings) for local development. 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.
1212

1313
## Example configuration
1414

@@ -41,7 +41,5 @@ When remote bindings are configured, your Worker **still executes locally**, but
4141
- The [Cloudflare Vite Plugin](/workers/development-testing/#using-vite-with-remote-bindings): Refer to the documentation for how to enable in your Vite config.
4242
- The [Cloudflare Vitest Plugin](/workers/development-testing/#using-vitest-with-remote-bindings): Refer to the documentation for how to enable in your Vitest config.
4343

44-
<Aside type="tip">
45-
Learn more and provide feedback in [our beta
46-
announcement](https://github.com/cloudflare/workers-sdk/discussions/9660).
47-
</Aside>
44+
**Have feedback?**
45+
Join the discussion in our [beta announcement](https://github.com/cloudflare/workers-sdk/discussions/9660) to share feedback or report any issues.

0 commit comments

Comments
 (0)