Skip to content

Commit 9e0b348

Browse files
korinnejamesopstad
andauthored
Update src/content/docs/workers/local-development/index.mdx
Co-authored-by: James Opstad <[email protected]>
1 parent d325a33 commit 9e0b348

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
@@ -14,7 +14,7 @@ When building projects on Cloudflare Workers, you have two options for local dev
1414
- [**Wrangler**](/workers/wrangler/), using the built-in [`wrangler dev`](/workers/wrangler/commands/#dev) command.
1515
- [Vite](https://vite.dev/), using the [**Cloudflare Vite plugin**](/workers/vite-plugin/).
1616

17-
Both Wrangler and the Vite plugin use [Miniflare](/workers/testing/miniflare/) to provide an accurate **local** simulation of the Cloudflare Workers runtime, ([`workerd`](https://github.com/cloudflare/workerd)). If you need to [develop with **remote resources**](/workers/local-development/remote-data/), Wrangler is the only option that provides remote development with the `wrangler dev --remote` command.
17+
Both Wrangler and the Vite plugin use [Miniflare](/workers/testing/miniflare/) to provide an accurate **local** simulation of the Cloudflare Workers runtime, ([`workerd`](https://github.com/cloudflare/workerd)). If you need to [develop with **remote resources**](/workers/local-development/remote-data/), Wrangler is the only option, and provides remote development via the `wrangler dev --remote` command.
1818

1919
<LinkCard
2020
title="Choosing between Wrangler and Vite"

0 commit comments

Comments
 (0)