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
When running multiple podlet processes you can end up with a port conflict. Instead of crashing it would be nice to assign a random port.
https://github.com/podium-lib/dev-tool/tree/main/packages/server
The text was updated successfully, but these errors were encountered:
fix: assign a random port for devtools in case of conflict
df96582
Fixes #77
523b811
b9ec263
chore(release): 5.0.15 [skip ci]
4f4a080
## @podium/dev-tool [5.0.15](https://github.com/podium-lib/dev-tool/compare/@podium/dev-tool@5.0.14...@podium/dev-tool@5.0.15) (2024-11-07) ### Bug Fixes * assign a random port for devtools in case of conflict ([#136](#136)) ([b9ec263](b9ec263)), closes [#77](#77)
🎉 This issue has been resolved in version 5.0.15 🎉
The release is available on npm package (@latest dist-tag)
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When running multiple podlet processes you can end up with a port conflict. Instead of crashing it would be nice to assign a random port.
https://github.com/podium-lib/dev-tool/tree/main/packages/server
The text was updated successfully, but these errors were encountered: