Fixed npm command in pm2 ecosystem file.
This commit is contained in:
@@ -4,7 +4,8 @@ module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'newtraxxx',
|
||||
script: 'npm run server:prod',
|
||||
script: 'npm',
|
||||
args: 'run server:prod',
|
||||
exec_mode: 'cluster',
|
||||
instances: 2,
|
||||
restart_delay: 3000,
|
||||
|
||||
Reference in New Issue
Block a user