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