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