module.exports = { apps: [ { name: 'IotDis', script: './build/index.js', env: { NODE_ENV: 'production', }, watch_delay: 1000, time: true, watch: ['./build', './ecosystem.config.js'], }, ], };