We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c81e48 commit 091246dCopy full SHA for 091246d
server/package.json
@@ -6,7 +6,7 @@
6
"main": "./dist/index.js",
7
"scripts": {
8
"dev": "npx tsx watch index.ts",
9
- "start": "tsx index.ts",
+ "start": "node dist/server/index.js",
10
"build": "npx tsc",
11
"ts-check": "tsc --noEmit",
12
"test": "jest",
0 commit comments