Skip to content

Commit

Permalink
Always enable ember-cli-mirage, even in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiel Martin committed Jul 5, 2017
1 parent 304b286 commit 5f3f5ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
'use strict';

module.exports = function(/* environment, appConfig */) {
return { };
return {
'ember-cli-mirage': {
enabled: true, // always enable mirage, even in production
},
};
};

0 comments on commit 5f3f5ca

Please sign in to comment.