chore: Setup dotenv for the express application

This commit is contained in:
Faruk AYDIN
2021-10-03 20:28:22 +02:00
committed by Ali BARIN
parent fbc2b1e00a
commit a4ddc8b50c
5 changed files with 25 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"