Skip to content

Commit

Permalink
fix: run normally to check what is wrong #38
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 8, 2024
1 parent b721af6 commit 30a460e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "concurrently -k \"tsc -w\" \"nodemon --env-file=.env.local ./dist/index.js\"",
"build": "tsc",
"start": "pm2 start ./dist/index.js"
"start": "node ./dist/index.js"
},
"type": "module",
"keywords": [],
Expand Down

0 comments on commit 30a460e

Please sign in to comment.