typeorm-seeding
typeorm-seeding copied to clipboard
fix: load seeders classes using typeorm (#324)
I also tested this build in my repo (>100 seeders) and it works fine.
Also, since it relies on TypeORM loading the classes, there's no need to use default exports.
@jorgebodega Could you please review this PR?
FYI, I left the formatting in package.json unchanged on purpose, but I can also fix it easily if need be.
I'll check this later, and if you can fix the format step would be great!