mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
8 lines
190 B
JavaScript
8 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);
|
||
|
}
|