Skip to content

Commit 9a11337

Browse files
committed
chore: build & start script
1 parent 0830bcf commit 9a11337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"main": "index.js",
1010
"scripts": {
1111
"dev": "tsx watch server.ts",
12-
"start": "tsx server.ts",
12+
"build": "tsc",
13+
"start": "node build/server.js",
1314
"test": "tsc --noEmit"
1415
},
1516
"dependencies": {

0 commit comments

Comments
 (0)