Use NestFactory.createMicroservice() with the appropriate transport configuration. Example:
NestFactory.createMicroservice(AppModule, {
transport: Transport.TCP
});
#Tech #Remote #Jobs
Use NestFactory.createMicroservice() with the appropriate transport configuration. Example:
NestFactory.createMicroservice(AppModule, {
transport: Transport.TCP
});