This commit is contained in:
Igor Lins e Silva
2023-09-25 21:56:41 -03:00
parent fb2fc20d1d
commit 69646d9660
+6 -6
View File
@@ -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};