You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having these be classes with the same name also lost me a ridiculous amount of time with the TypeORM integration, detailed here: typeorm/typeorm#10558 (comment)
You have a folder called
/models/
here where you have classes that are annotated as@Entity()
?https://github.com/TrilonIO/nest-data-source-agnostic/blob/main/src/countries/models/country.model.ts
Shouldn't those go into the folder called
entities/
?The text was updated successfully, but these errors were encountered: