MCPcopy Create free account
hub / github.com/Lsq128/MiraFrame / onModuleInit

Method onModuleInit

packages/server/src/db/database.module.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26})
27export class DatabaseModule implements OnModuleInit {
28 async onModuleInit() {
29 console.log("DatabaseModule initialized");
30 }
31}
32
33export type Db = PostgresJsDatabase<typeof schema>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected