cli-guides icon indicating copy to clipboard operation
cli-guides copied to clipboard

.ember-cli page does not document all options

Open NullVoxPopuli opened this issue 3 years ago • 3 comments

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:

NullVoxPopuli avatar Feb 21 '22 13:02 NullVoxPopuli

Send that PR over :)

locks avatar Mar 16 '22 09:03 locks

I should note that anything you put in .ember-cli will be passed to any ember command you invoke as arguments.

locks avatar Jul 25 '22 11:07 locks

I can take this on if nobody has picked it up!

arafatiqbal avatar Dec 13 '22 06:12 arafatiqbal