Skip to content

Commit 9304244

Browse files
author
Amiel Martin
committed
Always enable ember-cli-mirage, even in production
1 parent 127d167 commit 9304244

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/environment.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
'use strict';
33

44
module.exports = function(/* environment, appConfig */) {
5-
return { };
5+
return {
6+
'ember-cli-mirage': {
7+
enabled: true, // always enable mirage, even in production
8+
},
9+
};
610
};

0 commit comments

Comments
 (0)