Switch PM2 to Fastify backend

This commit is contained in:
otivm
2026-04-25 15:09:15 +00:00
parent 6689721a06
commit 819872bd8a

View File

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