We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18ee0e commit a55a1b1Copy full SHA for a55a1b1
1 file changed
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