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

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