diff --git a/src/main.ts b/src/main.ts index d773798..70653be 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,6 +5,6 @@ async function bootstrap() { const app = await NestFactory.create(AppModule); await app.listen(process.env.PORT ?? 9090); //await app.listen(process.env.PORT ?? 3000); - //tr + } bootstrap();