From b1238d6c548e476dee25bb4de71a9b8cccf974bd Mon Sep 17 00:00:00 2001 From: Saket Poswal <30400178+YoByron@users.noreply.github.com> Date: Thu, 29 Jan 2026 19:12:55 +0530 Subject: [PATCH] Replaced CLAWDBOT with MOLTBOT in fly.toml --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index fc19990fd..30eed6f8c 100644 --- a/fly.toml +++ b/fly.toml @@ -10,8 +10,8 @@ primary_region = "iad" # change to your closest region [env] NODE_ENV = "production" # Fly uses x86, but keep this for consistency - CLAWDBOT_PREFER_PNPM = "1" - CLAWDBOT_STATE_DIR = "/data" + MOLTBOT_PREFER_PNPM = "1" + MOLTBOT_STATE_DIR = "/data" NODE_OPTIONS = "--max-old-space-size=1536" [processes]