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
It would be useful to run all services in a project on single port with lib http. You could then proxy client requests locally in development.
lib http
Currently, it's possible to run all services locally but you'd need to specify a different port for each with: lib http -p <port number>.
lib http -p <port number>
The text was updated successfully, but these errors were encountered:
Thanks! Might be a few releases away, but will let you know when we get to this. :)
Sorry, something went wrong.
keithwhor
No branches or pull requests
It would be useful to run all services in a project on single port with
lib http
. You could then proxy client requests locally in development.Currently, it's possible to run all services locally but you'd need to specify a different port for each with:
lib http -p <port number>
.The text was updated successfully, but these errors were encountered: