module.exports = { apps: [ { name: 'fin-stockopname', script: 'npm', args: 'start', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G' } ] }