Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63c64fa

Browse files
committed
fix node service start cmd
1 parent ff9be69 commit 63c64fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/node-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"dev": "nodemon src/server.ts",
1111
"debug": "nodemon --inspect src/server.ts",
12-
"start": "node ./build/src/server.js",
12+
"start": "node ./build/server.js",
1313
"test": "jest",
1414
"copy": "copyfiles -u 1 src/**/*.!(ts|test.ts) build",
1515
"genOpenApiPlugin": "npx ts-node --files ./scripts/openApiDataSourceGen.ts",

0 commit comments

Comments
 (0)