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
After migrating sequelize in #1006, we will continue to make use of Nest in standalone application mode to instantiate services. Existing tests should be preserved and used to prevent regressions.
At the same time, models should passed directly to services instead of passing in sequelize.
After migrating sequelize in #1006, we will continue to make use of Nest in standalone application mode to instantiate services. Existing tests should be preserved and used to prevent regressions.
At the same time, models should passed directly to services instead of passing in
sequelize
.Services to be migrated:
Example of how this would look like in
boostrap
:The text was updated successfully, but these errors were encountered: