mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
7 lines
196 B
JavaScript
7 lines
196 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);
|
||
|
}
|