INNER CODE UNIT · TypeScript
bootstrap
hardyscc/nestjs-cqrs-starter · apps/gateway/src/main.ts:4
async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(3000);
}
bootstrap();
INNER CODE UNIT · TypeScript
hardyscc/nestjs-cqrs-starter · apps/gateway/src/main.ts:4
async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(3000);
}
bootstrap();