Use absolute path for serve binary in PM2 config

This commit is contained in:
otivm
2026-04-25 11:59:03 +00:00
parent 3b463caeb7
commit 644433f9ca

View File

@@ -2,7 +2,7 @@
apps: [
{
name: 'otivm',
script: 'serve',
script: '/home/otivm/.npm-global/bin/serve',
args: 'dist -l 3000 -s',
cwd: '/home/otivm/OTIVM',
interpreter: 'none',