module.exports = { apps: [ { name: 'webapp', script: 'npm run build && npm run start', time: true, log_date_format: 'DD.MM.YYYY HH:mm:ss', }, ], };