deploysetting
Some checks failed
deploy-on-main / deploy (push) Has been cancelled

This commit is contained in:
2025-11-04 08:01:05 +00:00
parent f4e46c39fb
commit 1049d029b4
4 changed files with 48 additions and 1 deletions

18
ecosystem.config.js Normal file
View File

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