workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

Initial `--experimental-local` implementation using Miniflare 3

Open mrbbot opened this issue 3 years ago • 1 comments

This is a WIP implementation of an --experimental-local flag that uses a version of Miniflare powered by the open-source runtime. There are a few small TODOs still to resolve, but other than that... 🙂

mrbbot avatar Sep 20 '22 19:09 mrbbot

🦋 Changeset detected

Latest commit: cd9ef56469f949227838d54bcc3e4d9dba716bb0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
wrangler Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Sep 20 '22 19:09 changeset-bot[bot]

@mrbbot couple of small things, but looks good!

penalosa avatar Sep 26 '22 13:09 penalosa

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/3135850931/npm-package-wrangler-1894

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/1894/npm-package-wrangler-1894

Or you can use npx with this latest build directly:

npx https://prerelease-registry.developers.workers.dev/runs/3135850931/npm-package-wrangler-1894 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.developers.workers.dev/runs/3135850931/npm-package-cloudflare-pages-shared-1894

github-actions[bot] avatar Sep 27 '22 13:09 github-actions[bot]