INNER CODE UNIT · TypeScript
bootstrap
golevelup/nestjs · integration/rabbitmq/src/main.ts:4
async function bootstrap() {
const app = await NestFactory.create(AppModule);
app.enableShutdownHooks();
await app.listen(3000);
}
void bootstrap();
INNER CODE UNIT · TypeScript
golevelup/nestjs · integration/rabbitmq/src/main.ts:4
async function bootstrap() {
const app = await NestFactory.create(AppModule);
app.enableShutdownHooks();
await app.listen(3000);
}
void bootstrap();