1 2 3 4 5 6 7 8 9 10 11 12 13
module.exports = { apps: [ { name: 'fin-stockopname', script: 'npm', args: 'start', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G' } ] }