MCPcopy
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

2import { LongLivingAppModule } from './long-living-app.module';
3
4async function bootstrap() {
5 await repl(LongLivingAppModule);
6}
7bootstrap().catch(err => {
8 console.error('Error during bootstrap:', err);
9 process.exit(1);

Callers 1

repl.tsFile · 0.70

Calls 1

replFunction · 0.90

Tested by

no test coverage detected