mcbot/mcbot.config.js
2023-12-17 03:50:44 +11:00

8 lines
No EOL
152 B
JavaScript

module.exports = {
apps: [{
name: "MCbot",
script: "./index.js",
watch: true,
ignore_watch: ["./res/temp"],
}]
}