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: [
{
name: 'otivm',
script: '/home/otivm/.npm-global/bin/node',
script: '/usr/bin/node',
args: 'server/index.js',
cwd: '/home/otivm/OTIVM',
interpreter: 'none',