Skip to content

Commit 0da08bf

Browse files
Update src/content/docs/workers/local-development/index.mdx
Co-authored-by: Pete Bacon Darwin <[email protected]>
1 parent 49c069b commit 0da08bf

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/local-development

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
Aside,
1717
} from "~/components";
1818

19-
Local development allows you to build, run, and test your Worker code on your own machine before deploying it to Cloudflare's network. This is made possible through [Miniflare](/workers/testing/miniflare/), a simulator that executes your Worker code using the same runtime used in production, [`workerd`](https://github.com/cloudflare/workerd). By default, your Worker's bindings connect to locally simulated resources, but can be configured to interact with the real, production resource.
19+
Local development allows you to build, run, and test your Worker code on your own machine before deploying it to Cloudflare's network. This is made possible through [Miniflare](/workers/testing/miniflare/), a simulator that executes your Worker code using the same runtime used in production, [`workerd`](https://github.com/cloudflare/workerd). By default, your Worker's bindings connect to locally simulated resources, but can be configured to interact with real, production resources.
2020

2121
## Start a development server
2222

0 commit comments

Comments
 (0)