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
If the NPX can find /app (and maybe some other key files to confirm its an ember project) we should start the application for the user instead instructing the user to do it.
One caveat would be to make sure we don't do this on a port already in use and keep counting upwards until one is free.
The text was updated successfully, but these errors were encountered:
I'd vote hinting based on ember-cli-build.js.
This starts the ember server right? If so you can use ember serve --port 0 as that will find an available port.
If the NPX can find /app (and maybe some other key files to confirm its an ember project) we should start the application for the user instead instructing the user to do it.
One caveat would be to make sure we don't do this on a port already in use and keep counting upwards until one is free.
The text was updated successfully, but these errors were encountered: