We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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>