populate.ts 118 B

123
  1. import { MockDataService } from './mock-data.service';
  2. new MockDataService().populate().then(() => process.exit(0));