Component responsibility
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
requested review from @berendsliedrecht
1 1 { 2 2 "$schema": "https://json.schemastore.org/nest-cli", 3 3 "collection": "@nestjs/schematics", 4 "sourceRoot": "src", changed this line in version 2 of the diff
- apps/credential-manager/src/main.ts 0 → 100644
1 import type { MicroserviceOptions } from '@nestjs/microservices'; 2 3 import { VersioningType } from '@nestjs/common'; 4 import { ConfigService } from '@nestjs/config'; 5 import { NestFactory } from '@nestjs/core'; 6 import { Transport } from '@nestjs/microservices'; 7 import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger'; 8 9 import AppModule from './app.module.js'; 10 // import AllExceptionsFilter from './utils/exceptionsFilter.js'; changed this line in version 2 of the diff
mentioned in commit 1cfca288
Please register or sign in to reply