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" ], }, ], };