From 07e763c2be166eb8adb0d774cc4f28aa9920ba9f Mon Sep 17 00:00:00 2001 From: Eight8 <66164881+Eight8-7020@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:39:39 +0000 Subject: [PATCH] Update modmailbot-pm2.json (#478) Make the pm2 file work on windows, as well as linux. --- modmailbot-pm2.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modmailbot-pm2.json b/modmailbot-pm2.json index 6322645..d5b8b5d 100644 --- a/modmailbot-pm2.json +++ b/modmailbot-pm2.json @@ -2,7 +2,6 @@ "apps": [{ "name": "ModMailBot", "cwd": "./", - "script": "npm", - "args": "start" + "script": "src/index.js" }] }