Skip to content

Commit 33c6ff3

Browse files
authored
Update local-development.mdx
1 parent 0a9b95f commit 33c6ff3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/queues/configuration/local-development.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ npx wrangler dev
4040
```sh output
4141
------------------
4242
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
43-
⎔ Starting local server...
44-
[mf:inf] Ready on http://127.0.0.1:8787/
43+
44+
Your worker has access to the following bindings:
45+
- Queues: <QUEUE-NAME>
4546
```
4647

4748
Local development sessions create a standalone, local-only environment that mirrors the production environment Queues runs in so you can test your Workers _before_ you deploy to production.

0 commit comments

Comments
 (0)