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

HMR reloads from root - app.ts #110

Open
jazelly opened this issue Apr 27, 2024 · 0 comments
Open

HMR reloads from root - app.ts #110

jazelly opened this issue Apr 27, 2024 · 0 comments

Comments

@jazelly
Copy link

jazelly commented Apr 27, 2024

When I was trying to try the HMR for our node app, it actually tried to rerun everything from the root app.ts. However, the app had been listening on a port, and that caused a relistening on a used port, which caused process shutdown.

One thing worth mentioning is I enabled strictPort, as the client talks to a specific port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant