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();