From 2537127fff008e29ebbb7066f8a43c7f828ad50c Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Thu, 16 May 2024 10:45:19 +0100 Subject: [PATCH] turn on mirage for production --- test-app/config/environment.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test-app/config/environment.js b/test-app/config/environment.js index e8f7c0c1..a60d6382 100644 --- a/test-app/config/environment.js +++ b/test-app/config/environment.js @@ -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') {