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