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

Test reproduce issue #77 #78

Closed sidux closed 1 year ago

sidux commented 1 year ago

This change is sufficient to reproduce the bug on #77 when running yarn start:dev

B4nan commented 1 year ago

I see, this still works as expected - MikroORM won't register ts-node for your app, it only does so for CLI scripts - that is your responsibility. Setting tsNode: true in the ORM config only tells the ORM the support is there, it does not "enable it" - it is there only as a way to force the TS mode when the auto-detection fails.