Adds dotenv for using environmental variables in the node server

This commit is contained in:
Alicia Sykes 2023-08-06 22:03:48 +01:00
parent 77d4ca26a4
commit 30c5dbb898

View file

@ -39,6 +39,7 @@
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"chrome-aws-lambda": "^10.1.0",
"dotenv": "^16.3.1",
"flatted": "^3.2.7",
"follow-redirects": "^1.15.2",
"got": "^13.0.0",