module.exports = { apps: [ { name: 'convert-worker', script: 'src/worker.js', interpreter: 'node', env: { NODE_ENV: 'production', }, }, ], };