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
A recent PR makes it so that on npm start a webserver is started automatically on port 80 and 443. In some scenarios, however, there is already another process listening on these ports (e.g. a reserve proxy for running multiple kits on the same host or in our integration tests).
A recent PR makes it so that on
npm start
a webserver is started automatically on port 80 and 443. In some scenarios, however, there is already another process listening on these ports (e.g. a reserve proxy for running multiple kits on the same host or in our integration tests).The webserver should not be started automatically. Can the corresponding instructions be removed?
The text was updated successfully, but these errors were encountered: