mcbot/ntcmcbot.config.js

8 lines
No EOL
155 B
JavaScript

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