You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(twilio-run:start): changing port numbers changes output (#189)
Fixes#188.
Previously, when starting up we generated the url and optionally the ngrok tunnel before we started the server. If starting then clashed with an existing server on the port we chose and a different port was selected, the display and ngrok tunnel would still point at the original port.
This commit only generates the URL and ngrok tunnel once the server has started using the port that was ultimately selected.
0 commit comments