From d49bbc259b37e703abe27c4900e83dfb9b63988a Mon Sep 17 00:00:00 2001 From: Darien Date: Thu, 13 Jul 2023 19:57:32 +1000 Subject: [PATCH] Update ecosystem.config.js --- ecosystem.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index b03bd8c..c3e6322 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,8 +1,8 @@ module.exports = { apps : [{ name: "bot", - script: "./bot.mjs", - watch: ["commands", "events", "modules", "objects", "src", "./bot.mjs"], + script: "./bot.js", + watch: ["commands", "events", "modules", "objects", "src", "./bot.js"], ignore_watch: ["node_modules", "data"], cron_restart : "30 5 * * 7", exp_backoff_restart_delay: 1000, @@ -24,4 +24,4 @@ module.exports = { 'post-deploy' : 'npm install && pm2 reload ecosystem.config.js --env production' } } -}; \ No newline at end of file +};