mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 26 additions and 3 deletions
@ -1,9 +1,10 @@ |
|||
import { PrismaService } from '@ghostfolio/api/services/prisma/prisma.service'; |
|||
|
|||
import { Module } from '@nestjs/common'; |
|||
import { ConfigService } from '@nestjs/config'; |
|||
|
|||
@Module({ |
|||
providers: [PrismaService], |
|||
exports: [PrismaService] |
|||
exports: [PrismaService], |
|||
providers: [ConfigService, PrismaService] |
|||
}) |
|||
export class PrismaModule {} |
|||
|
Loading…
Reference in new issue