We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bc2e1 commit f84f035Copy full SHA for f84f035
1 file changed
package.json
@@ -26,7 +26,7 @@
26
},
27
"scripts": {
28
"build": "tsc && tsc-alias",
29
- "start": "node build/index.js",
+ "start": "node --env-file=.env build/index.js",
30
"dev": "tsc --watch",
31
"test": "node --import tsx --test example/**/*.test.ts",
32
"test:watch": "node --import tsx --test --watch example/**/*.test.ts",
0 commit comments