🔧 웹훅 서버를 .cjs 확장자로 변경
Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled

This commit is contained in:
2025-10-01 02:37:33 +09:00
parent 1655006115
commit 37c3b5af9d
4 changed files with 45 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ module.exports = {
apps: [
{
name: "music-admin-webhook",
script: "webhook-server.js",
script: "webhook-server.cjs",
cwd: "/var/www/music/music-admin",
instances: 1,
autorestart: true,