feat(seeds): ✨ Add seed script initialization logic for data migrations in run-seed.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
5c80f29082
commit
bfd1dc0898
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import 'reflect-metadata'
|
||||
import { Logger } from '@nestjs/common'
|
||||
import { DataSource } from 'typeorm'
|
||||
import { randomUUID } from 'crypto'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue