deps: adding dotenv for reading .env files
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import "dotenv/config"
|
||||
import {
|
||||
GetObjectCommand,
|
||||
HeadObjectCommand,
|
||||
|
||||
Reference in New Issue
Block a user