Bootstrap deps
This commit is contained in:
parent
403befab03
commit
794dd77f9c
11 changed files with 65 additions and 1 deletions
11
mirage/scenarios/default.js
Normal file
11
mirage/scenarios/default.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
export default function(/* server */) {
|
||||
|
||||
/*
|
||||
Seed your development database using your factories.
|
||||
This data will not be loaded in your tests.
|
||||
|
||||
Make sure to define a factory for each model you want to create.
|
||||
*/
|
||||
|
||||
// server.createList('post', 10);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue