chore: ecosystem.config.js 수정 - npm.cmd로 시작 스크립트 변경

This commit is contained in:
nalpari 2025-06-30 09:59:29 +09:00
parent 72dd9119c5
commit 4e7c559c19

View File

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