Skip to content

Commit

Permalink
Disabled mirage in development
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#10414
- mirage's `passthrough()` was not allowing `/ghost/assets/simplemde/simplemde.js` to hit the backend server which was breaking markdown cards
  • Loading branch information
kevinansfield committed Jan 23, 2019
1 parent cc5747b commit 9320ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = function (environment) {

// Enable mirage here in order to mock API endpoints during development
ENV['ember-cli-mirage'] = {
enabled: true
enabled: false
};
}

Expand Down

0 comments on commit 9320ed9

Please sign in to comment.