diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-29 01:58:33 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-29 01:58:33 +0000 |
| commit | 66616993dede2696849bc0328bab84b27707d3c5 (patch) | |
| tree | 1c34a80677fbb2a83ea75ef98e3f4c2b36d3053c /package.json | |
| parent | 3e4fd8a87d7c3ce38c6c2b33c98579f425a40b5c (diff) | |
Add dotenv dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index d677bad..8443acd 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,14 @@ "description": "", "main": "app/index.mjs", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node -r dotenv/config app/index.mjs" }, "author": "Leonardo Bishop", "license": "UNLICENSED", "dependencies": { "dateformat": "^5.0.2", + "dotenv": "^10.0.0", "ejs": "^3.1.6", "escape-html": "^1.0.3", "express": "^4.17.1" |
