What version of ember cli is required to run with load balancing?
erikmellum opened this issue · 2 comments
erikmellum commented
The README says you have to be on ember-cli 3.2.0
. When I look at https://github.com/ember-cli/ember-cli it says the most recent release is 3.17.0
. Can someone please clarify what version I'm supposed to be on?
choheekim commented
Anything after this release should be compatible for --load-balance
. https://github.com/ember-cli/ember-cli/releases/tag/v3.2.0
erikmellum commented
Thank you!