-
Notifications
You must be signed in to change notification settings - Fork 774
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
chore: consolidate dev
and publish
implementations
#396
Labels
maintenance
Maintenance task
Comments
Merged
This is in a much better place now, closing |
mrbbot
added a commit
that referenced
this issue
Oct 31, 2023
* Resolve `Miniflare#ready` with runtime entry URL * Remove `startServer()` This was a breaking change anyway, as we no longer return an `http.Server`. Given it's just an alias for `ready`, and doesn't actually start a server, it doesn't make much sense to keep it. * Use service name not binding name as service binding designator This was a mistake and prevented service bindings being bound with different names to the corresponding bound workers.
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
* Resolve `Miniflare#ready` with runtime entry URL * Remove `startServer()` This was a breaking change anyway, as we no longer return an `http.Server`. Given it's just an alias for `ready`, and doesn't actually start a server, it doesn't make much sense to keep it. * Use service name not binding name as service binding designator This was a mistake and prevented service bindings being bound with different names to the corresponding bound workers.
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
* Resolve `Miniflare#ready` with runtime entry URL * Remove `startServer()` This was a breaking change anyway, as we no longer return an `http.Server`. Given it's just an alias for `ready`, and doesn't actually start a server, it doesn't make much sense to keep it. * Use service name not binding name as service binding designator This was a mistake and prevented service bindings being bound with different names to the corresponding bound workers.
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
* Resolve `Miniflare#ready` with runtime entry URL * Remove `startServer()` This was a breaking change anyway, as we no longer return an `http.Server`. Given it's just an alias for `ready`, and doesn't actually start a server, it doesn't make much sense to keep it. * Use service name not binding name as service binding designator This was a mistake and prevented service bindings being bound with different names to the corresponding bound workers.
This was referenced Feb 10, 2024
This was referenced Feb 17, 2024
This was referenced Feb 26, 2024
This was referenced Mar 4, 2024
This was referenced Mar 12, 2024
This was referenced Mar 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dev
andpublish
have a bunch of code that should ostensibly be abstracted into common helpers, including but not limited to the esbuild configuration, the worker upload, custom builds, validation, etc. Keeping them separate was useful to figure out what the nuance and differences between them where, until now. But it's starting to get a bit hairy, and can lead to bugs like #288.The text was updated successfully, but these errors were encountered: