MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / onModuleInit

Method onModuleInit

backend/src/Prisma/prisma.service.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 });
11 }
12 async onModuleInit() {
13 await this.$connect();
14 }
15
16 async enableShutdownHooks(app: INestApplication) {
17 this.$on('beforeExit', async () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected