diff --git a/src/main.ts b/src/main.ts index b8c695c..d773798 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,5 +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();