From 60abab7d579a361952681c4980c7ca5d985f04b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Massart?= <67436391+Pexilo@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:26:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=88=20Dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c41af..0d73321 100644 --- a/package.json +++ b/package.json @@ -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": {