Skip to content

Commit 1d41ced

Browse files
committed
Add dotenvx for start task of init Elysia
#656 (comment)
1 parent e5cdeb3 commit 1d41ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/init/src/webframeworks/elysia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const TASKS = {
8080
node: {
8181
dev: "dotenvx run -- tsx watch src/index.ts",
8282
build: "tsc src/index.ts --outDir dist",
83-
start: "NODE_ENV=production node dist/index.js",
83+
start: "NODE_ENV=production dotenvx run -- node dist/index.js",
8484
lint: "eslint .",
8585
},
8686
};

0 commit comments

Comments
 (0)