Open NullVoxPopuli opened 2 years ago
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.
.ember-cli
ember
I can take this on if nobody has picked it up!
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:
I know there are at least 4 more options, but I forget what they're called :sweat_smile: