You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/queues/configuration/local-development.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,9 @@ npx wrangler dev
40
40
```sh output
41
41
------------------
42
42
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>
45
46
```
46
47
47
48
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