From 15603fad41a755903afe20b8e9cbcbbf7ead7afb Mon Sep 17 00:00:00 2001 From: poptong Date: Wed, 1 Oct 2025 02:06:41 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20PM2=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EC=9D=84=20ES=20=EB=AA=A8=EB=93=88=20?= =?UTF-8?q?=ED=98=95=EC=8B=9D=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 2 +- webhook-ecosystem.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index e1ffa2e..079123a 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { apps: [ { name: "music-admin", diff --git a/webhook-ecosystem.config.js b/webhook-ecosystem.config.js index a4b4ac6..43bb916 100644 --- a/webhook-ecosystem.config.js +++ b/webhook-ecosystem.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { apps: [ { name: "music-admin-webhook",