agents/bluesky-agent/ecosystem.config.js
module.exports = {
apps: [{
name: 'norma-bluesky',
script: 'server.js',
cwd: __dirname,
env: {
PORT: 9806,
NODE_ENV: 'production',
},
max_memory_restart: '200M',
autorestart: true,
}],
};