Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have NPX start server before running the transform. #200

Open
tylerturdenpants opened this issue Nov 25, 2019 · 1 comment
Open

Have NPX start server before running the transform. #200

tylerturdenpants opened this issue Nov 25, 2019 · 1 comment

Comments

@tylerturdenpants
Copy link
Collaborator

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.

@ghost
Copy link

ghost commented Jan 9, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant