From 0e5f840601d5edae7e4ce05b19314c5218cb2237 Mon Sep 17 00:00:00 2001 From: "vercel-gh-bot-3[bot]" <282332853+vercel-gh-bot-3[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:08:57 +0000 Subject: [PATCH] test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-n9drl869h.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 fe871f693c..a009cc9fbd 100644 --- a/packages/world-vercel/src/utils.ts +++ b/packages/world-vercel/src/utils.ts @@ -41,7 +41,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-n9drl869h.vercel.sh'; /** * HTTP methods that are safe to transparently re-issue inside the adapter.