mcbot/mcbot.config.js
Expand-sys 53e5e2198d update
2024-02-08 20:54:13 +11:00

9 lines
No EOL
191 B
JavaScript

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