mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-19 17:34:43 +00:00
11 lines
158 B
JavaScript
11 lines
158 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
cwd: '/opt/node_app/app/',
|
|
script: 'node dist/main --interpreter bash',
|
|
autorestart: true,
|
|
instances: 1
|
|
}
|
|
]
|
|
};
|