Skip to content

Commit

Permalink
Update ecosystem.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Multarix authored Jul 13, 2023
1 parent 0f17e63 commit d49bbc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -24,4 +24,4 @@ module.exports = {
'post-deploy' : 'npm install && pm2 reload ecosystem.config.js --env production'
}
}
};
};

0 comments on commit d49bbc2

Please sign in to comment.