Files
msgapp/ecosystem.config.js
motaju 1049d029b4
Some checks failed
deploy-on-main / deploy (push) Has been cancelled
deploysetting
2025-11-04 08:01:05 +00:00

19 lines
267 B
JavaScript

module.exports = {
apps: [
{
name: 'assm',
cwd: '/root/msgapp',
script: 'npm',
args: 'start',
interpreter: 'none',
env: {
NODE_ENV: 'production',
},
autorestart: true,
watch: false,
},
],
};