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 +};