Is anyone actually using the autostart environment variable? I would assume this starts the server in the tests instead of using setupMirage. I can find it documented and using setupMirage is the preferred way to start the server.
Are we able to remove it since it is not documented? Would be nice to remove an instance-initializer if its not being used.
References:
https://github.com/miragejs/ember-cli-mirage/blob/master/addon/instance-initializers/ember-cli-mirage-autostart.js
Is anyone actually using the
autostartenvironment variable? I would assume this starts the server in the tests instead of usingsetupMirage. I can find it documented and usingsetupMirageis the preferred way to start the server.Are we able to remove it since it is not documented? Would be nice to remove an
instance-initializerif its not being used.References:
https://github.com/miragejs/ember-cli-mirage/blob/master/addon/instance-initializers/ember-cli-mirage-autostart.js