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
The nestjs-typegoose module is a replacement for the Nest mongoose module. Theoretically, you could instantiate both, but give the services you create different names. Not sure that would help you though.
Code snippet of what? Using both modules? If yes, just follow the directions for each one and create services for calling the models created from each module.
I already have a project using nestjs mongoose default module.
Is there a way that I can keep that and add this module?
The text was updated successfully, but these errors were encountered: