Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lsq128/MiraFrame
/
Class
packages/server/src/db/database.module.ts:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
exports: [DRIZZLE],
26
})
27
export
class
DatabaseModule implements OnModuleInit {
28
async
onModuleInit() {
29
console.log(
"DatabaseModule initialized"
);
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected