1
0
Fork 0

Mirage disabled for development

This commit is contained in:
Ava Wroten 2020-02-24 10:15:57 -06:00
parent 915739a5d8
commit 2d4c2de2ff

View file

@ -24,6 +24,9 @@ module.exports = function(environment) {
}; };
if (environment === 'development') { if (environment === 'development') {
ENV['ember-cli-mirage'] = {
enabled: false
};
// ENV.APP.LOG_RESOLVER = true; // ENV.APP.LOG_RESOLVER = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true; // ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_TRANSITIONS = true; // ENV.APP.LOG_TRANSITIONS = true;