deps: adding dotenv for reading .env files

This commit is contained in:
2026-06-09 10:02:50 +03:30
parent 53e4ab2278
commit 2565da621f
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.645.0",
"@aws-sdk/s3-request-presigner": "^3.940.0",
"dotenv": "^17.4.2",
"mysql2": "^3.14.4",
"reflect-metadata": "^0.2.2",
"typeorm": "0.3.20"

View File

@@ -1,3 +1,4 @@
import "dotenv/config"
import {
GetObjectCommand,
HeadObjectCommand,