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