chore: ecosystem.config.js 수정 - cwd 경로를 절대 경로로 변경
This commit is contained in:
parent
4e7c559c19
commit
42561b64ab
@ -5,7 +5,7 @@ module.exports = {
|
||||
// script: 'node_modules/next/dist/bin/next',
|
||||
script: 'npm.cmd',
|
||||
args: 'start',
|
||||
cwd: './',
|
||||
cwd: 'C:\\interplug\\onsitesurvey',
|
||||
instances: 2,
|
||||
exec_mode: 'cluster',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user