From ad0a865ab54a681570cef67a0528905548e4572e Mon Sep 17 00:00:00 2001 From: DenisN Date: Thu, 13 Mar 2025 06:11:20 -0400 Subject: [PATCH] Testy --- src/main.ts | 1 + 1 file changed, 1 insertion(+) 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();