Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ bootstrap
Function
bootstrap
integration/repl/src/repl.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ LongLivingAppModule } from
'./long-living-app.module'
;
3
4
async
function
bootstrap() {
5
await
repl(LongLivingAppModule);
6
}
7
bootstrap().catch(err => {
8
console.error(
'Error during bootstrap:'
, err);
9
process.exit(1);
Callers
1
repl.ts
File · 0.70
Calls
1
repl
Function · 0.90
Tested by
no test coverage detected