Skip to content

Commit

Permalink
fix start command
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed Jul 7, 2023
1 parent 758f298 commit 8f5567b
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 @@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"start": "node dist/src/index.js",
"build": "tsc",
"lint": "eslint src/**/* config/* -c .eslintrc"
},
Expand Down

0 comments on commit 8f5567b

Please sign in to comment.