Mirage disabled for development
This commit is contained in:
parent
915739a5d8
commit
2d4c2de2ff
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue