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