Fix node path in PM2 config

This commit is contained in:
otivm
2026-04-25 15:10:55 +00:00
parent 819872bd8a
commit e77590e418

View File

@@ -2,7 +2,7 @@ module.exports = {
apps: [ apps: [
{ {
name: 'otivm', name: 'otivm',
script: '/home/otivm/.npm-global/bin/node', script: '/usr/bin/node',
args: 'server/index.js', args: 'server/index.js',
cwd: '/home/otivm/OTIVM', cwd: '/home/otivm/OTIVM',
interpreter: 'none', interpreter: 'none',