module.exports = { apps: [ { name: 'officer', script: 'bun', args: 'start', watch: false, }, ], };