Skip to content

Commit

Permalink
Merge pull request #482 from adopted-ember-addons/mirage-production
Browse files Browse the repository at this point in the history
turn on mirage for production deploy of demo app
  • Loading branch information
mansona authored May 16, 2024
2 parents 9cb9d46 + 2537127 commit 5838e05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ module.exports = function (environment) {
// Here you can pass flags/options to your application instance
// when it is created
},

// Always turn on mirage for the demo app
'ember-cli-mirage': {
enabled: true
}
};

if (environment === 'development') {
Expand Down

0 comments on commit 5838e05

Please sign in to comment.