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]