Initial commit of Discord GLHF Bot with core functionality, configuration, and dependencies.
This commit is contained in:
22
ecosystem.config.js
Normal file
22
ecosystem.config.js
Normal file
@@ -0,0 +1,22 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "discord-bot",
|
||||
script: "uv",
|
||||
args: "run discord_glhf.py",
|
||||
watch: true,
|
||||
ignore_watch: [
|
||||
"discord_bot.log",
|
||||
"queue_state.json",
|
||||
"logs",
|
||||
"log",
|
||||
"*.log",
|
||||
"*.db",
|
||||
"*.db-*",
|
||||
"__pycache__",
|
||||
"venv",
|
||||
"node_modules"
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user