Files
otivm/ecosystem.config.cjs
2026-04-25 15:09:15 +00:00

15 lines
264 B
JavaScript

module.exports = {
apps: [
{
name: 'otivm',
script: '/home/otivm/.npm-global/bin/node',
args: 'server/index.js',
cwd: '/home/otivm/OTIVM',
interpreter: 'none',
env: {
NODE_ENV: 'production',
},
},
],
}