diff --git a/apps/api/src/main.ts b/apps/api/src/main.ts index 81a33c231..03c265c6c 100644 --- a/apps/api/src/main.ts +++ b/apps/api/src/main.ts @@ -11,8 +11,7 @@ async function bootstrap() { const configService = configApp.get(ConfigService); const NODE_ENV = - configService.get<'development' | 'production'>('NODE_ENV') ?? - 'production'; + configService.get<'development' | 'production'>('NODE_ENV') ?? 'production'; const app = await NestFactory.create(AppModule, { logger: