mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Disabled mirage in development
closes https://github.com/TryGhost/Ghost/issues/10414 - mirage's `passthrough()` was not allowing `/ghost/assets/simplemde/simplemde.js` to hit the backend server which was breaking markdown cards
This commit is contained in:
parent
1885d0a193
commit
337b0614ed
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user