From 5ec73887ab6706fc8a4e3278d1e29ec624da879b Mon Sep 17 00:00:00 2001 From: "vercel-gh-bot-4[bot]" <312518292+vercel-gh-bot-4[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:37:02 +0000 Subject: [PATCH] test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-3n0jv7tku.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..414b7946fe 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-3n0jv7tku.vercel.sh'; /** * HTTP methods that are safe to transparently re-issue inside the adapter.