1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(api): fixed env issue in MacOS executable

This commit is contained in:
Yury
2024-01-15 15:14:06 +03:00
parent 4f1763db67
commit 73d965daf5
3 changed files with 39 additions and 11 deletions

View File

@@ -88,7 +88,7 @@
"adm-zip": "^0.5.9",
"axios": "0.27.2",
"csrf": "^3.1.0",
"dotenv": "^10.0.0",
"dotenv": "^16.0.1",
"http-headers-validation": "^0.0.1",
"jest": "^27.0.6",
"mongodb-memory-server": "8.11.4",