Fixed npm command in pm2 ecosystem file.

This commit is contained in:
DebaucheryLibrarian 2024-06-06 03:10:02 +02:00
parent 7eb61a2a61
commit af88455c6b
1 changed files with 2 additions and 1 deletions

View File

@ -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,