From a356f9bc1b40d39f65cf05742dd2b240d81d9b56 Mon Sep 17 00:00:00 2001 From: yogiedigital Date: Mon, 22 Sep 2025 10:55:04 +0700 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cinit=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 1 - ecosystem.config.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 Procfile diff --git a/Procfile b/Procfile deleted file mode 100644 index 1da0cd6..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: node index.js diff --git a/ecosystem.config.js b/ecosystem.config.js index 83bdbbf..5632358 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: "bengkel-api", + name: "hotel-api", script: "./index.js", // Path to your entry file env: { NODE_ENV: "development", @@ -11,4 +11,4 @@ module.exports = { }, }, ], -}; \ No newline at end of file +};