Files
backend/pm2.config.cjs
2026-08-17 14:19:11 -04:00

10 lines
167 B
JavaScript
Executable File

module.exports = {
name: "Selenite",
script: "start.cjs",
interpreter: "bun",
watch: true,
cron_restart: '0 0 * * *',
instances: "max",
exec_mode: "cluster"
};