1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00
documize/gui/mirage/scenarios/default.js
2017-07-19 14:48:33 +01:00

7 lines
190 B
JavaScript

export default function(/* server */) {
// Seed your development database using your factories. This
// data will not be loaded in your tests.
// server.createList('contact', 10);
}