chore: ecosystem.config.js 수정 - npm 시작 스크립트로 변경 및 인스턴스 수 조정
This commit is contained in:
parent
28fe1d6388
commit
72dd9119c5
@ -2,7 +2,10 @@ module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'on-site-survey',
|
||||
script: 'node_modules/next/dist/bin/next',
|
||||
// script: 'node_modules/next/dist/bin/next',
|
||||
script: 'npm',
|
||||
args: 'start',
|
||||
cwd: './',
|
||||
instances: 2,
|
||||
exec_mode: 'cluster',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user