chore: ecosystem.config.js 수정 - npm.cmd로 시작 스크립트 변경
This commit is contained in:
parent
72dd9119c5
commit
4e7c559c19
@ -3,7 +3,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
name: 'on-site-survey',
|
name: 'on-site-survey',
|
||||||
// script: 'node_modules/next/dist/bin/next',
|
// script: 'node_modules/next/dist/bin/next',
|
||||||
script: 'npm',
|
script: 'npm.cmd',
|
||||||
args: 'start',
|
args: 'start',
|
||||||
cwd: './',
|
cwd: './',
|
||||||
instances: 2,
|
instances: 2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user