-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I literally have no idea what you are asking for. Please provide some examples and be more verbose. But don't expect MikroORM decorators or options to have any effect on how nest DI work, that won't be an option, I can say that right ahead. |
Beta Was this translation helpful? Give feedback.
-
basicly; getting rid of |
Beta Was this translation helpful? Give feedback.
-
How do you expect that to work? All services in nest DI need to have a name. This has nothing to do with MikroORM or its integration, this is how nest works. |
Beta Was this translation helpful? Give feedback.
-
not sure if this is what you meant, but as part of supporting nest v8 the repositories are registered based on the references from e512067#diff-5bb322ab5c33c404e493148fd18a55c0ac6addd1085f0d65a682da1285835909R84 |
Beta Was this translation helpful? Give feedback.
not sure if this is what you meant, but as part of supporting nest v8 the repositories are registered based on the references from
@Entity
decorator'scustomRepository
optione512067#diff-5bb322ab5c33c404e493148fd18a55c0ac6addd1085f0d65a682da1285835909R84