Skip to content

Commit 6147797

Browse files
committedOct 29, 2024
revised start command
1 parent a3a4dbe commit 6147797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build": "tsc",
99
"dev": "npx tsx --env-file=.env src/main.ts",
10-
"start": "node dist/main.js"
10+
"start": "tsc && node dist/main.js"
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)
Please sign in to comment.