From 7d9a967e3b33a260b770f32056e3adf90cd409f6 Mon Sep 17 00:00:00 2001 From: "vercel-gh-bot-5[bot]" <312521305+vercel-gh-bot-5[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:47:58 +0000 Subject: [PATCH] test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-d7b43zpnq.vercel.sh --- packages/world-vercel/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/world-vercel/src/utils.ts b/packages/world-vercel/src/utils.ts index f89873864b..042449fcec 100644 --- a/packages/world-vercel/src/utils.ts +++ b/packages/world-vercel/src/utils.ts @@ -40,7 +40,7 @@ import { version } from './version.js'; * Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration. */ // biome-ignore format: External CI replaces only this line with a deployment URL that may exceed the formatter width. -export const WORKFLOW_SERVER_URL_OVERRIDE = ''; +export const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-d7b43zpnq.vercel.sh'; /** * HTTP methods that are safe to transparently re-issue inside the adapter.