Skip to content
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

🩹 fix(@roots/sage): serve options including hostname #1983

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented Jan 4, 2023

Fixes an issue where calling bud.serve with a full hostname (fully qualified URL or string; rather than an interface or a port) would cause hot assets to 500. this is due to an acorn implementation detail that is no longer needed, but it is easy to sidestep from the bud.js end by just removing the proxy request handler entirely and letting http-party do its thing.

refers:

  • none

Type of change

PATCH: backwards compatible change

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

  • none

Dependencies

Adds

  • none

Removes

  • none

@kellymears kellymears added the 🚀! automerge label Jan 5, 2023
@kodiakhq kodiakhq bot merged commit ea69a27 into main Jan 5, 2023
@kodiakhq kodiakhq bot deleted the fix-sage-serve-hostname branch January 5, 2023 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant