From 141b3fad0a7edf3cbfabc2dbba975a94518e9907 Mon Sep 17 00:00:00 2001 From: "vercel-gh-bot-3[bot]" <282332853+vercel-gh-bot-3[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:56:23 +0000 Subject: [PATCH] test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-psvfy9d8f.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 33450c6fee..510b395ca2 100644 --- a/packages/world-vercel/src/utils.ts +++ b/packages/world-vercel/src/utils.ts @@ -39,7 +39,7 @@ import { version } from './version.js'; * `main` — rewritten by external CI for branch-deployment testing. * Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration. */ -export const WORKFLOW_SERVER_URL_OVERRIDE = ''; +export const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-psvfy9d8f.vercel.sh'; /** * HTTP methods that are safe to transparently re-issue inside the adapter.