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
I have a build script that runs this. It creates a forked processes that it does not kill. the command it runs is sirv public --no-clear "--dev" "--port" "8080" after rebooting from a lack of memory i realized when i would run my code it would open a new port. ➡ Port 8080 is taken; using 33045 instead I would like to see an error if the port I requested is in use. Suggest a new port but error?
Thanks for your on this project.
Becker
The text was updated successfully, but these errors were encountered:
An option to just wait for the port to free up would also be helpful. If a build script restarts the server, it is not helpful if the application all of a sudden runs on a separate port.
Dearest Maintainer,
I have a build script that runs this. It creates a forked processes that it does not kill. the command it runs is
sirv public --no-clear "--dev" "--port" "8080"
after rebooting from a lack of memory i realized when i would run my code it would open a new port.➡ Port 8080 is taken; using 33045 instead
I would like to see an error if the port I requested is in use. Suggest a new port but error?Thanks for your on this project.
Becker
The text was updated successfully, but these errors were encountered: