Skip to content

Commit f6cf8a0

Browse files
committed
consolidates current local dev docs under new directory, and includes
⛅️ wrangler 3.95.0 (update available 3.114.1) ---------------------------------------------- in Overview page
1 parent 086a3cc commit f6cf8a0

File tree

2 files changed

+2
-143
lines changed

2 files changed

+2
-143
lines changed

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

Lines changed: 0 additions & 141 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ description: Develop your Workers locally.
99

1010
Cloudflare Workers provides two primary ways to develop and test your code locally. Local development ensures a fast feedback loop, keeps iteration times low, and lets you experiment before deploying to production.
1111

12-
Developers can locally test their changes to a Workers project using the following:
12+
You can test changes locally using the following:
1313

14-
- **Wrangler’s built-in dev command** [`wrangler dev`](/workers/wrangler/commands/#dev), which uses [`workerd`](https://github.com/cloudflare/workerd) and Miniflare to simulate production behavior and resource bindings locally.
14+
- **Wrangler’s built-in dev command** [`wrangler dev`](/workers/wrangler/commands/#dev), which uses [`workerd`](https://github.com/cloudflare/workerd) and Miniflare to simulate production behavior and resource bindings locally. Wrangler also offers the option to develop against remote resources with `wrangler dev --remote`, allowing you to test directly with data stored on Cloudflare's network.
1515

1616
- The **Cloudflare Vite plugin** (`@cloudflare/vite-plugin`), which integrates directly with Vite and runs your code in the same `workerd` runtime, while also offering features like [hot module replacement (HMR)](https://vite.dev/guide/features.html#hot-module-replacement). The Vite plugin is currently considered in **beta**.
1717

0 commit comments

Comments
 (0)