ember-cli/ember-exam

What version of ember cli is required to run with load balancing?

erikmellum opened this issue · 2 comments

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?

image

Anything after this release should be compatible for --load-balance. https://github.com/ember-cli/ember-cli/releases/tag/v3.2.0

Thank you!