import { NestFactory } from '@nestjs/core' ; import { AppModule } from './app.module' ; import { ConfigService } from '@nestj…

Read more