We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the HMR port is always random, see https://github.com/nksaraf/vinxi/blob/main/packages/vinxi/lib/dev-server.js#L52
For a working HMR setup in GitHub Codespaces we need to be able to configure a fixed port.
server: { hmr: { protocol: 'wss', port: 1234, clientPort: 443 } }
The text was updated successfully, but these errors were encountered:
feat: allow custom HMR configuration
b061c1d
fixes nksaraf#394
Got he same issue here with a docker / local kubernetes development workflow - we aren't able to dynamically open ports.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently the HMR port is always random, see https://github.com/nksaraf/vinxi/blob/main/packages/vinxi/lib/dev-server.js#L52
For a working HMR setup in GitHub Codespaces we need to be able to configure a fixed port.
References
The text was updated successfully, but these errors were encountered: