cli-guides
cli-guides copied to clipboard
.ember-cli page does not document all options
Ported from: https://github.com/ember-cli/ember-cli/issues/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 :sweat_smile:
Send that PR over :)
I should note that anything you put in .ember-cli
will be passed to any ember
command you invoke as arguments.
I can take this on if nobody has picked it up!