-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable --experimental-local
for wrangler pages dev
#2268
Conversation
🦋 Changeset detectedLatest commit: 7e244d8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
2e54719
to
7897511
Compare
--experimental-local
for wrangler pages dev
--experimental-local
for wrangler pages dev
7897511
to
aa32122
Compare
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/runs/3601401301/npm-package-wrangler-2268 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/prs/2268/npm-package-wrangler-2268 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/runs/3601401301/npm-package-wrangler-2268 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/runs/3601401301/npm-package-cloudflare-pages-shared-2268 |
c442af3
to
06efb9a
Compare
Codecov Report
@@ Coverage Diff @@
## main #2268 +/- ##
==========================================
- Coverage 71.61% 70.86% -0.76%
==========================================
Files 151 152 +1
Lines 9585 9705 +120
Branches 2494 2533 +39
==========================================
+ Hits 6864 6877 +13
- Misses 2721 2828 +107
|
d468386
to
d322c0f
Compare
585aa33
to
b84ac7f
Compare
b84ac7f
to
fb9ba19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
fb9ba19
to
bffddb5
Compare
bffddb5
to
f55cb64
Compare
f55cb64
to
7e244d8
Compare
Once cloudflare/miniflare#453 has landed, this should support WebSocket proxying too. 👍 |
Fixes #1947