Skip to content

Commit 091246d

Browse files
committed
fix start script
1 parent 1c81e48 commit 091246d

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
@@ -6,7 +6,7 @@
66
"main": "./dist/index.js",
77
"scripts": {
88
"dev": "npx tsx watch index.ts",
9-
"start": "tsx index.ts",
9+
"start": "node dist/server/index.js",
1010
"build": "npx tsc",
1111
"ts-check": "tsc --noEmit",
1212
"test": "jest",

0 commit comments

Comments
 (0)