← back to Norma

agents/twitter-agent/ecosystem.config.js

9 lines

module.exports = {
  apps: [{
    name: 'norma-twitter',
    script: 'server.js',
    cwd: __dirname,
    env: { NODE_ENV: 'production' }
  }]
};