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
Unless require('pmx').init({ports: true}) is called before express app.listen() is called, the custom event will not properly report which port app is listening to.
Should it matter when init is called? It doesn't seem to mention where that should occur in the readme.
The text was updated successfully, but these errors were encountered:
Unless require('pmx').init({ports: true}) is called before express app.listen() is called, the custom event will not properly report which port app is listening to.
Should it matter when init is called? It doesn't seem to mention where that should occur in the readme.
The text was updated successfully, but these errors were encountered: