-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(dev): unstable dev server improvements #6133
Conversation
🦋 Changeset detectedLatest commit: a63e41c The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 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 |
1165c26
to
d37eeae
Compare
0dec76b
to
0394264
Compare
f17ceb8
to
af1f362
Compare
`get-port` ensures no ports conflict within the same process by using in-memory locks
🤖 Hello there, We just published version Thanks! |
Fixes #5834 #5663 #5348 #5492
TODO
ping
function from@remix-run/dev
that usesREMIX_DEV_HTTP_PORT
env var to send updated build hash to dev server, then call that from app serverping
in server from test fixture)ping
Follow on work
process.env.REMIX_DEV_HTTP_PORT
in server build #6158devReady
from runtime packages #6159devReady
for dev server compatibility #6188