module.exports = { apps: [ { name: 'mem0-docs', cwd: '/home/klas/mem0/docs', script: 'mintlify', args: 'dev --no-open', interpreter: 'none', instances: 1, autorestart: true, watch: false, max_memory_restart: '500M', env: { NODE_ENV: 'production' } } ] };