We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c079f commit 85c22a9Copy full SHA for 85c22a9
backend/src/main.ts
@@ -24,7 +24,7 @@ async function bootstrap() {
24
swaggerDocumentBuilder.setupSwagger();
25
26
await app.listen(9002);
27
- logger.log(`🚀 ${configService.getOrThrow("APP_NAME")} service started successfully on port ${port}`);
+ // logger.log(`🚀 ${configService.getOrThrow("APP_NAME")} service started successfully on port ${port}`);
28
}
29
30
bootstrap();
0 commit comments