Skip to content

Commit

Permalink
πŸ’ˆ Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pexilo authored Jun 19, 2023
1 parent cef2bc0 commit 60abab7
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 @@ -6,7 +6,7 @@
"scripts": {
"dev": "nodemon --watch src -e js,ts,json --exec \"ts-node src/index.ts\"",
"build": "tsc",
"start": "node dist/index.js",
"start": "ts-node src/index.ts",
"pm2": "pm2 start run-ts.sh --name WhosThatBot"
},
"dependencies": {
Expand Down

0 comments on commit 60abab7

Please sign in to comment.