mikro-orm / nestjs-realworld-example-app

Example real world backend API built with NestJS + MikroORM
https://realworld.io/
MIT License
270 stars 70 forks source link

Seeder fix #103

Closed popov654 closed 5 months ago

popov654 commented 5 months ago

Added seeders directory to the ORM config

B4nan commented 5 months ago

i would actually rather move the seeders folder, i don't recall why its in database/seeders, maybe that was some old default. it should be src/seeders, then it works without any config adjustments

popov654 commented 5 months ago

Yes, I agree it is better. Fixed