use dotenv for loading env vars from data/config.env

This commit is contained in:
Ralf Vogler 2023-01-09 10:56:18 +01:00
parent 2168c40aa5
commit 6a7594fa32
4 changed files with 25 additions and 7 deletions

View file

@ -11,6 +11,7 @@
"type": "module",
"dependencies": {
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"lowdb": "^5.0.5",
"playwright": "^1.29.0",
"prompts": "^2.4.2",