Skip to content

Commit

Permalink
chore: 채팅 서버 패키지 추가
Browse files Browse the repository at this point in the history
채팅 서버에 dotenv 의존성을 추가했습니다.
  • Loading branch information
JYKIM317 committed Dec 4, 2024
1 parent ccd85ed commit dfd7cea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions chatServer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions chatServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"start": "npx ts-node main.ts"
},
"dependencies": {
"dotenv": "^16.4.7",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
Expand Down

0 comments on commit dfd7cea

Please sign in to comment.