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