We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ported from: ember-cli/ember-cli#9791
https://cli.emberjs.com/release/appendix/configuration/
at the time of writing, it only lists:
"liveReload": false, "disableAnalytics": false, "port": 8080, "proxy": "http://localhost:3000"
I know there are at least 4 more options, but I forget what they're called 😅
The text was updated successfully, but these errors were encountered:
Send that PR over :)
Sorry, something went wrong.
I should note that anything you put in .ember-cli will be passed to any ember command you invoke as arguments.
.ember-cli
ember
I can take this on if nobody has picked it up!
No branches or pull requests
Ported from: ember-cli/ember-cli#9791
https://cli.emberjs.com/release/appendix/configuration/
at the time of writing, it only lists:
I know there are at least 4 more options, but I forget what they're called 😅
The text was updated successfully, but these errors were encountered: