Skip to content

Commit

Permalink
Fixed start:prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
shkarface committed Nov 25, 2021
1 parent 86659e2 commit 03d0213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"scripts": {
"build": "tsc",
"start:prod": "node dist/index.js",
"start:prod": "node dist/src/index.js",
"start:dev": "NODE_ENV=development nodemon -r dotenv/config",
"start:compiler": "tsc -w"
},
Expand Down

0 comments on commit 03d0213

Please sign in to comment.