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",