workers-sdk
workers-sdk copied to clipboard
Service registry hand-off
⚠️ No Changeset found
Latest commit: 20039383c2f8612613d32edbe49d4fd145b7ac91
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
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/3085664385/npm-package-wrangler-1887
You can reference the automatically updated head of this PR with:
npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/1887/npm-package-wrangler-1887
Or you can use npx with this latest build directly:
npx https://prerelease-registry.developers.workers.dev/runs/3085664385/npm-package-wrangler-1887 dev path/to/script.js
Is this still relevant @GregBrimble / @mrbbot ?
Still relevant, but the approach will likely need some changes with the work to stabilise unstable_dev. 👍
Closing as this PR is very stale, the commit containing the fix for port=0 has already landed in #1883, and the work to improve the dev registry will take a different approach anyway.