9 lines
264 B
JavaScript
9 lines
264 B
JavaScript
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);
|
|
}
|