chore: ecosystem.config.js 수정 - args 추가

This commit is contained in:
Daseul Kim 2025-06-30 11:06:12 +09:00
parent 7fcd32df2f
commit decaca10d4

View File

@ -3,6 +3,7 @@ module.exports = {
{
name: 'on-site-survey',
script: 'node_modules/next/dist/bin/next',
args: 'start',
instances: 2,
exec_mode: 'cluster',
env_file: '.env.production',