diff --git a/backend/src/main.ts b/backend/src/main.ts index 5824ab9..eecca81 100644 --- a/backend/src/main.ts +++ b/backend/src/main.ts @@ -5,8 +5,8 @@ import { NestFactory } from '@nestjs/core'; if (!global.crypto) { global.crypto = webcrypto as any; } -//import { Logger } from '@nestjs/common'; -import { Logger, ValidationPipe } from '@nestjs/common'; +import { Logger } from '@nestjs/common'; +//import { Logger, ValidationPipe } from '@nestjs/common'; import { NestExpressApplication } from '@nestjs/platform-express'; import { utilities, WinstonModule } from 'nest-winston'; import winston from 'winston';