Skip to content

Commit 543707d

Browse files
Point start script to correct file
1 parent 7b813ef commit 543707d

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
@@ -23,7 +23,7 @@
2323
"ts-node": "^8.6.2"
2424
},
2525
"scripts": {
26-
"start": "node ./dist/App.js",
26+
"start": "node ./dist/src/App.js",
2727
"start-dev": "ts-node ./src/App.ts",
2828
"build": "tsc",
2929
"migrate": "knex migrate:latest"

0 commit comments

Comments
 (0)