Skip to content

Commit 5838e05

Browse files
authored
Merge pull request #482 from adopted-ember-addons/mirage-production
turn on mirage for production deploy of demo app
2 parents 9cb9d46 + 2537127 commit 5838e05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-app/config/environment.js

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ module.exports = function (environment) {
1818
// Here you can pass flags/options to your application instance
1919
// when it is created
2020
},
21+
22+
// Always turn on mirage for the demo app
23+
'ember-cli-mirage': {
24+
enabled: true
25+
}
2126
};
2227

2328
if (environment === 'development') {

0 commit comments

Comments
 (0)