mirror of
https://github.com/Expand-sys/expandchatbotv2
synced 2025-12-15 13:32:15 +11:00
8 lines
No EOL
155 B
JavaScript
8 lines
No EOL
155 B
JavaScript
module.exports = {
|
|
apps: [{
|
|
name: "NTCMCbot",
|
|
script: "./index.js",
|
|
watch: true,
|
|
ignore_watch: ["./res/temp"],
|
|
}]
|
|
} |