added possibility to set config file path in environment file

This commit is contained in:
Nathaniel Walser
2023-09-30 21:05:57 +02:00
parent 422df52fea
commit d70be3abf9
6 changed files with 25 additions and 13 deletions

View File

@@ -115,5 +115,8 @@
"i18n:push": "crowdin push"
},
"type": "module",
"private": true
"private": true,
"dependencies": {
"dotenv": "^16.3.1"
}
}