From decaca10d41ac7b4f53a1e355216b995bca16aee Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Mon, 30 Jun 2025 11:06:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ecosystem.config.js=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20-=20args=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ecosystem.config.js b/ecosystem.config.js index 3c9d389..303d746 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -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',