From cfd25ea1dfe00e18602fa3a5ba2613fa6921c7bb Mon Sep 17 00:00:00 2001 From: poptong Date: Wed, 1 Oct 2025 02:07:49 +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=20.cjs=20=ED=99=95=EC=9E=A5?= =?UTF-8?q?=EC=9E=90=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .nuxt/manifest/latest.json | 2 +- .nuxt/manifest/meta/dev.json | 2 +- .nuxt/nitro.json | 4 ++-- .nuxt/nuxt.d.ts | 4 ++-- ecosystem.config.js => ecosystem.config.cjs | 0 webhook-ecosystem.config.js => webhook-ecosystem.config.cjs | 0 webhook-server.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename ecosystem.config.js => ecosystem.config.cjs (100%) rename webhook-ecosystem.config.js => webhook-ecosystem.config.cjs (100%) diff --git a/.nuxt/manifest/latest.json b/.nuxt/manifest/latest.json index bcefc73..82f9679 100644 --- a/.nuxt/manifest/latest.json +++ b/.nuxt/manifest/latest.json @@ -1 +1 @@ -{"id":"dev","timestamp":1759249355595} \ No newline at end of file +{"id":"dev","timestamp":1759251838389} \ No newline at end of file diff --git a/.nuxt/manifest/meta/dev.json b/.nuxt/manifest/meta/dev.json index f773b36..d9455bb 100644 --- a/.nuxt/manifest/meta/dev.json +++ b/.nuxt/manifest/meta/dev.json @@ -1 +1 @@ -{"id":"dev","timestamp":1759249355595,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]} \ No newline at end of file +{"id":"dev","timestamp":1759251838389,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]} \ No newline at end of file diff --git a/.nuxt/nitro.json b/.nuxt/nitro.json index 0c8d12d..c96dfff 100644 --- a/.nuxt/nitro.json +++ b/.nuxt/nitro.json @@ -1,5 +1,5 @@ { - "date": "2025-09-30T16:22:39.361Z", + "date": "2025-09-30T17:04:01.442Z", "preset": "nitro-dev", "framework": { "name": "nuxt", @@ -11,7 +11,7 @@ "dev": { "pid": 77277, "workerAddress": { - "socketPath": "/var/folders/qw/cvgxs3ls7x742rc9zgwbzkh80000gn/T/nitro-worker-77277-1-1-2519.sock" + "socketPath": "/var/folders/qw/cvgxs3ls7x742rc9zgwbzkh80000gn/T/nitro-worker-77277-3-3-8923.sock" } } } \ No newline at end of file diff --git a/.nuxt/nuxt.d.ts b/.nuxt/nuxt.d.ts index 4c93f4b..09b8b1b 100644 --- a/.nuxt/nuxt.d.ts +++ b/.nuxt/nuxt.d.ts @@ -1,9 +1,9 @@ // Generated by nuxi -/// /// -/// /// /// +/// +/// /// /// /// diff --git a/ecosystem.config.js b/ecosystem.config.cjs similarity index 100% rename from ecosystem.config.js rename to ecosystem.config.cjs diff --git a/webhook-ecosystem.config.js b/webhook-ecosystem.config.cjs similarity index 100% rename from webhook-ecosystem.config.js rename to webhook-ecosystem.config.cjs diff --git a/webhook-server.js b/webhook-server.js index ba5ffc0..16a8a01 100644 --- a/webhook-server.js +++ b/webhook-server.js @@ -4,7 +4,7 @@ const crypto = require("crypto"); const app = express(); const PORT = 9000; -const SECRET = "your-webhook-secret-key"; // 보안을 위해 변경하세요 +const SECRET = "vTEq9OTvIFs3ZbDaszLRL/ZiAEXziemX1Wh1GIeb+DI="; // 보안을 위해 변경하세요 const PROJECT_DIR = "/var/www/music/music-admin"; // JSON 파싱 미들웨어