From 70c76261720ff87c2cf834006ad0723c9aa02019 Mon Sep 17 00:00:00 2001 From: DenisN Date: Thu, 27 Mar 2025 04:46:32 -0400 Subject: [PATCH] for rc --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();