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

This commit is contained in:
Daseul Kim 2025-06-30 14:42:59 +09:00
parent 2531a41a8a
commit 44080b5807

View File

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