mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-03-26 14:59:16 +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
|
||
|
|
}
|
||
|
|
]
|
||
|
|
};
|