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