Switch PM2 to Fastify backend
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user