Skip to content

Commit

Permalink
chore(main): import dotenv 추가
Browse files Browse the repository at this point in the history
모듈 import를 하면서 js 평가 순으로 실행
  • Loading branch information
kingyong9169 committed Apr 21, 2024
1 parent ced2db7 commit c3a30b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'dotenv/config';
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import { WsExceptionFilter } from './socket/socket.filter';
Expand Down

0 comments on commit c3a30b4

Please sign in to comment.