module.exports = { apps: [{ name: 'picupper', script: 'server.js', env: { PICUPPER_PORT: 3080 }, watch: false, instances: 1, autorestart: true }] };