Skip to content

Commit bac9b5d

Browse files
mrbbotpetebacondarwin
authored andcommittedMay 17, 2023
[wrangler] Make wrangler dev --experimental-local the default 🎉 (#3224)
* Use Miniflare 3 for `--local` and deprecate `--experimental-local` ...and make `--local` the default and add `--remote` flag * Revert "fix: c3 arguments" This reverts commit 13abe44.

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1253
-2076
lines changed
 

‎.changeset/khaki-oranges-obey.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"wrangler": major
3+
---
4+
5+
feature: enable local development with Miniflare 3 and `workerd` by default
6+
7+
`wrangler dev` now runs fully-locally by default, using the open-source Cloudflare Workers runtime [`workerd`](https://github.com/cloudflare/workerd).
8+
To restore the previous behaviour of running on a remote machine with access to production data, use the new `--remote` flag.
9+
The `--local` and `--experimental-local` flags have been deprecated, as this behaviour is now the default, and will be removed in the next major version.

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,5 @@ packages/quick-edit/web
197197
# VSCode Theme
198198
*.vsix
199199
vendor/vscode
200+
201+
.wrangler/

0 commit comments

Comments
 (0)
Please sign in to comment.