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