Skip to content

Commit 65e7d11

Browse files
committed
fix: deployment bug
1 parent 174a822 commit 65e7d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "build/index.js",
66
"scripts": {
77
"build": "tsc && tsc-alias",
8-
"start": "node --env-file=.env build/index.js",
8+
"start": "node build/index.js",
99
"dev": "tsx --env-file=.env --watch src/index.ts",
1010
"test": "jest",
1111
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)