expandchatbotv2/ntcmcbot.config.js
2023-02-20 07:48:18 +11:00

8 lines
No EOL
155 B
JavaScript

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