ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

.ember-cli page does not document all options #251

Open NullVoxPopuli opened 2 years ago

NullVoxPopuli commented 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:

locks commented 2 years ago

Send that PR over :)

locks commented 2 years ago

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

arafatiqbal commented 1 year ago

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