module.exports = { apps: [{ name: 'proxmox-dashboard', script: 'server/index.js', env: { NODE_ENV: 'production', PORT: '3006' }, instances: 1, autorestart: true, watch: false, max_memory_restart: '1G' }] }