Skip to content

Commit

Permalink
Merge pull request #2457 from bgantzler/fix-blueprint
Browse files Browse the repository at this point in the history
Updated blueprint and guide for missing import
  • Loading branch information
SergeAstapov authored Sep 13, 2023
2 parents 4936f1a + cbbd6cf commit f93a678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ result would look like this.
import {
discoverEmberDataModels,
} from 'ember-cli-mirage';
import { createServer } from 'miragejs';

export default function (config) {
let finalConfig = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
discoverEmberDataModels,
// applyEmberDataSerializers,
} from 'ember-cli-mirage';
import { createServer } from 'miragejs';

export default function (config) {
let finalConfig = {
Expand Down

0 comments on commit f93a678

Please sign in to comment.