Skip to content

Commit

Permalink
Add dotenv for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 25, 2021
1 parent a95cdd0 commit 63cc8e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 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 @@ -3,7 +3,7 @@
"author": "Max Wofford <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "babel-node ./src/index.js",
"dev": "babel-node -r dotenv/config ./src/index.js",
"start": "node ./build/index.js",
"fmt": "npx prettier \"{src/**,}/*.js\" --single-quote --no-semi --arrow-parens avoid --trailing-comma es5 --write",
"build": "npm run clean && npm run build-babel",
Expand All @@ -22,6 +22,7 @@
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.3",
"chrono-node": "^2.2.4",
"dotenv": "^10.0.0",
"form-data": "^3.0.0",
"humanize-duration": "^3.20.1",
"isomorphic-unfetch": "^3.0.0",
Expand Down

0 comments on commit 63cc8e6

Please sign in to comment.