module.exports = { apps: [ { name: 'otivm', script: '/usr/bin/node', args: 'server/index.js', cwd: '/home/otivm/OTIVM', interpreter: 'none', env: { NODE_ENV: 'production', }, }, ], }