typescript-example
typescript-example copied to clipboard
fix: ormconfig pointing at js files instead of ts
The entities / subscribers / migrations properties in the ormconfig.json file are pointing at *.js files, which was resulting in a EntityMetadataNotFound: error.
Changing to look for the correct file types fixes the error