Skip to content

Commit

Permalink
Ensure dotenv is available in all workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Feb 11, 2025
1 parent c781b70 commit 27dfe31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"test:watch": "npm run test -- --no-run"
},
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"helmet": "^8.0.0",
"morgan": "^1.10.0",
Expand Down
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@
"engines": {
"node": "^20.9 || ^22",
"npm": "^10"
},
"dependencies": {
"dotenv": "^16.4.7"
}
}

0 comments on commit 27dfe31

Please sign in to comment.