Фикс порта

This commit is contained in:
Dhaverd 2026-05-10 23:44:21 +08:00
parent 0f76e60cbb
commit 844f1697e7

View File

@ -18,6 +18,6 @@ async function bootstrap() {
],
}),
);
await app.listen(process.env.PORT ?? 3000);
await app.listen(process.env.PORT ?? 3002);
}
bootstrap();