Skip to content

Commit

Permalink
add env2 #128
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 4, 2024
1 parent 279be1b commit 99697b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("env2")(".env");
// require("env2")(".env");
const debug = require("./lambda/debug.js");

exports.handler = function handler (event, context, callback) {
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"node": ">= 10"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3"
"cheerio": "^1.0.0-rc.3",
"env2": "^2.2.2"
},
"devDependencies": {
"dpl": "^5.0.0",
Expand Down

0 comments on commit 99697b3

Please sign in to comment.