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