Skip to content

Commit ba389e3

Browse files
authored
fix start command (#400)
1 parent b0574c1 commit ba389e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/IT4Change/IT4C.dev.git"
1212
},
1313
"scripts": {
14-
"start": "node ./build/index.js",
14+
"start": "node ./build/src/index.js",
1515
"build": "tsc",
1616
"dev": "tsx watch ./src/index.ts",
1717
"test:unit": "jest",

0 commit comments

Comments
 (0)