Skip to content

Commit

Permalink
add : dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Oct 28, 2024
1 parent 63e3405 commit f20d872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"aws-sdk": "^2.1691.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv": "^16.4.5",
"ioredis": "^5.4.1",
"mysql2": "^3.11.3",
"passport": "^0.7.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3484,7 +3484,7 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:16.4.5, dotenv@npm:^16.0.3":
"dotenv@npm:16.4.5, dotenv@npm:^16.0.3, dotenv@npm:^16.4.5":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
checksum: 10c0/48d92870076832af0418b13acd6e5a5a3e83bb00df690d9812e94b24aff62b88ade955ac99a05501305b8dc8f1b0ee7638b18493deb6fe93d680e5220936292f
Expand Down Expand Up @@ -4853,6 +4853,7 @@ __metadata:
aws-sdk: "npm:^2.1691.0"
class-transformer: "npm:^0.5.1"
class-validator: "npm:^0.14.1"
dotenv: "npm:^16.4.5"
eslint: "npm:^8.42.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
Expand Down

0 comments on commit f20d872

Please sign in to comment.