module.exports = { apps : [{ name:'kroj', script: 'npm', args:'start', watch: ['pages'], ignore_watch : ['public', 'P.txt'] }] };