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
{"level":"info","message":"HTTP Server started, listening at http://localhost:8081"}
What you expected to happen:
- {"level":"info","message":"HTTP Server started, listening at http://localhost:8081"}+ {"level":"info","message":"HTTP Server started, listening at http://localhost:8084"}
How to reproduce it (as minimally and precisely as possible):
yarn install --pure-lockfile
yarn run build
node build/app.js server --port=8084
What happened:
node build/app.js server --port=8084
{"level":"info","message":"HTTP Server started, listening at http://localhost:8081"}
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: