Skip to content

Commit

Permalink
Fix: Don't require .env in start. Attach env directly from github sec…
Browse files Browse the repository at this point in the history
…rets
  • Loading branch information
aridanemartin committed Jun 29, 2024
1 parent 50ed533 commit e563485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"start": "node --env-file=.env --watch index.js",
"start": "node --watch index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit e563485

Please sign in to comment.