We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a43eed + a55a1b1 commit 7bef9abCopy full SHA for 7bef9ab
package.json
@@ -4,7 +4,7 @@
4
"compile:check": "yarn compile --noEmit",
5
"test": "jest",
6
"test:watch": "jest --watch",
7
- "start": "node dist/index.js",
+ "start": "node -r dotenv/config dist/index.js",
8
"ci:lint": "eslint --ext .ts --ignore-path .gitignore .",
9
"ci:format": "prettier --ignore-path .gitignore -l .",
10
"lint": "yarn run ci:lint --fix",
0 commit comments