Skip to content

Commit 955ea6b

Browse files
committed
Update start command
1 parent 3d28364 commit 955ea6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "nodemon src/main.ts",
77
"build":"npx tsc",
8-
"start": "node dist/main.js",
8+
"start": "node dist/src/main.js",
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},
1111
"keywords": [],

0 commit comments

Comments
 (0)