File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Injectable , OnModuleInit , OnModuleDestroy } from '@nestjs/common' ;
22import { PrismaPg } from '@prisma/adapter-pg' ;
3- import { PrismaClient } from 'prisma/ generated/prisma/client' ;
3+ import { PrismaClient } from 'generated/prisma/client' ;
44import { Pool } from 'pg' ;
55import { databaseURL } from 'src/config/env' ;
66
Original file line number Diff line number Diff line change 1919 "forceConsistentCasingInFileNames" : true ,
2020 "noImplicitAny" : false ,
2121 "strictBindCallApply" : false ,
22- "noFallthroughCasesInSwitch" : false
22+ "noFallthroughCasesInSwitch" : false ,
23+ "paths" : {
24+ "generated/prisma/client" : [" ./prisma/generated/prisma/client" ],
25+ "generated/prisma/enums" : [" ./prisma/generated/prisma/enums" ],
26+ "generated/prisma/internal/class" : [
27+ " ./prisma/generated/prisma/internal/class"
28+ ]
29+ }
2330 }
2431}
You can’t perform that action at this time.
0 commit comments