Skip to content

Commit 0fa2557

Browse files
committed
use env file when building
1 parent ac08688 commit 0fa2557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"postinstall": "elm-tooling install",
66
"dev": "dotenvx run -- elm-pages dev",
77
"build": "elm-pages build",
8-
"serve": "pnpm build && http-server ./dist -a localhost -p 3000 -c-1"
8+
"serve": "dotenvx run -- pnpm build && http-server ./dist -a localhost -p 3000 -c-1"
99
},
1010
"devDependencies": {
1111
"@dotenvx/dotenvx": "1.28.0",

0 commit comments

Comments
 (0)