Skip to content

Commit

Permalink
feat: add INCOGNITO to dotenv-example and volta support (#2484)
Browse files Browse the repository at this point in the history
- Added INCOGNITO= to dotenv-example since it was missing.
- Added support for volta to package.json.
  - With this addition, the volta package manager will automatically switch to the correct version of node when trying to run node from this project. This eliminates the need to remember to change the version of node with nvm or other package managers first.
  • Loading branch information
Charlie Lehardy authored May 4, 2021
1 parent 441617f commit b579052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dotenv-example
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ EMAIL_TO=
EMAIL_USERNAME=
HEADLESS=
IN_STOCK_WAIT_TIME=
INCOGNITO=
LOG_LEVEL=
LOW_BANDWIDTH=
MAX_PRICE_SERIES_3060=
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,8 @@
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.35.0"
},
"volta": {
"node": "16.0.0"
}
}

0 comments on commit b579052

Please sign in to comment.