From 1ac8e1ca32acff384204091ad310332ffef8b7fa Mon Sep 17 00:00:00 2001 From: igor-holt <125706350+igor-holt@users.noreply.github.com> Date: Sat, 11 Apr 2026 07:13:00 +0000 Subject: [PATCH] Add Project Genie integration simulation to ecosystem.config.cjs Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- ecosystem.config.cjs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 34c634da7..1345692a5 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -107,6 +107,19 @@ module.exports = { COMPUTE_MODE: 'local', ALWAYS_ON: 'true' } + }, + { + name: 'project-genie', + script: './scripts/genesis.cjs', + autorestart: true, + watch: false, + max_memory_restart: '300M', + restart_delay: 5000, + env: { + GENESIS_LOOP: 'true', + FORCE_MUTATION: 'true', + ALWAYS_ON: 'true' + } } ] };