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();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…