From 69646d9660f5947cc309c4ab396fc0d0c667d2a3 Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva Date: Mon, 25 Sep 2023 21:56:41 -0300 Subject: [PATCH] cleanup --- ecosystem.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 5478a25..c13b45a 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -20,11 +20,11 @@ readdirSync(chainsRoot) } }); -apps.push({ - name: 'hyperion-governor', - namespace: 'hyperion', - script: 'governor/server/index.js', - watch: false, -}); +// apps.push({ +// name: 'hyperion-governor', +// namespace: 'hyperion', +// script: 'governor/server/index.js', +// watch: false, +// }); module.exports = {apps};