Skip to content

Commit fc83b0c

Browse files
authored
Update local-development.mdx (#20696)
1 parent 4610832 commit fc83b0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/content/docs/workers/local-development.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,24 @@ npx wrangler dev
4040
| D1 |||
4141
| Durable Objects |||
4242
| Email Bindings |||
43-
| Hyperdrive | ||
43+
| Hyperdrive |[^2] ||
4444
| Images |||
4545
| KV |||
4646
| mTLS |||
4747
| Queues |||
4848
| R2 |||
4949
| Rate Limiting |||
5050
| Service Bindings (multiple workers) |||
51-
| Vectorize |[^2] ||
51+
| Vectorize |[^3] ||
5252
| Workflows |||
5353

5454
With any bindings that are not supported locally, you will need to use the [`--remote` command](#develop-using-remote-resources-and-bindings) in wrangler, such as `wrangler dev --remote`.
5555

5656
[^1]: Using Workers AI always accesses your Cloudflare account in order to run AI models and will incur usage charges even in local development.
5757

58-
[^2]: Using Vectorize always accesses your Cloudflare account to run queries, and will incur usage charges even in local development.
58+
[^2]: Using Hyperdrive with local development allows you to connect to a local database (running on `localhost`) but you cannot connect to a remote database. To connect to a remote database, use remote development.
59+
60+
[^3]: Using Vectorize always accesses your Cloudflare account to run queries, and will incur usage charges even in local development.
5961

6062
## Work with local data
6163

0 commit comments

Comments
 (0)