Skip to content

Commit

Permalink
use dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 1, 2023
1 parent 234368e commit 0369de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "tsnd --respawn --transpile-only --exit-child src/app.ts",
"start": "node ./dist/app.js",
"dev": "tsnd --respawn --transpile-only --exit-child src/app.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 0369de0

Please sign in to comment.