로그가 왜
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
// ========== 즉시 로그 출력 (Docker 로그 테스트) ==========
|
||||
console.log('========================================');
|
||||
console.log('[BOOT] main.ts loaded at', new Date().toISOString());
|
||||
console.log('[BOOT] Node version:', process.version);
|
||||
console.log('[BOOT] ENV:', process.env.NODE_ENV);
|
||||
console.log('========================================');
|
||||
|
||||
import { NestFactory, Reflector } from '@nestjs/core';
|
||||
import { AppModule } from './app.module';
|
||||
import { ValidationPipe, Logger } from '@nestjs/common';
|
||||
|
||||
Reference in New Issue
Block a user