From 844f1697e7f1c40009ad6084e34867fc6b4a5782 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Sun, 10 May 2026 23:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BF=D0=BE=D1=80?= =?UTF-8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 3064e9c..5fed247 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,6 +18,6 @@ async function bootstrap() { ], }), ); - await app.listen(process.env.PORT ?? 3000); + await app.listen(process.env.PORT ?? 3002); } bootstrap();