Skip to content

Commit f84f035

Browse files
committed
start script update
1 parent 53bc2e1 commit f84f035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"build": "tsc && tsc-alias",
29-
"start": "node build/index.js",
29+
"start": "node --env-file=.env build/index.js",
3030
"dev": "tsc --watch",
3131
"test": "node --import tsx --test example/**/*.test.ts",
3232
"test:watch": "node --import tsx --test --watch example/**/*.test.ts",

0 commit comments

Comments
 (0)