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
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
import{ApolloDriver,ApolloDriverConfig}from'@nestjs/apollo'importpathfrom'node:path'import{APP_INTERCEPTOR}from'@nestjs/core'import{createConnection,getConnection}from'typeorm'import{AuthModule}from'./auth/auth.module'import{UsersModule}from'./users/users.module'import{AppController}from'./app.controller'import{ProjectsModule}from'./projects/projects.module'importormConfigfrom'../ormconfig'// TODO: keep track of this temporary workaround// remove when the Typeorm Dataloader package supports TypeORM 0.3.0// https://github.com/tailoredmedia/backend-nx-skeleton/search?q=typeormgetconnectioncreateConnection(omit(ormConfig,'cli','migrations'))
@Module({imports: [ConfigModule.forRoot(),
The text was updated successfully, but these errors were encountered:
remove when the Typeorm Dataloader package supports TypeORM 0.3.0
https://github.com/tailoredmedia/backend-nx-skeleton/search?q=typeormgetconnection
sophies-demo-2022/backend/src/app.module.ts
Line 18 in 9e87c14
The text was updated successfully, but these errors were encountered: