t2-stat-parser/build/api/ecosystem._PROD_.config.js
2020-08-31 16:27:31 -04:00

11 lines
158 B
JavaScript

module.exports = {
apps: [
{
cwd: '/opt/node_app/app/',
script: 'node dist/main --interpreter bash',
autorestart: true,
instances: 1
}
]
};