Skip to content

Commit f0772bc

Browse files
test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-1ek52ycji.vercel.sh
1 parent 771cdb2 commit f0772bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/world-vercel/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { version } from './version.js';
3939
* `main` — rewritten by external CI for branch-deployment testing.
4040
* Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration.
4141
*/
42-
export const WORKFLOW_SERVER_URL_OVERRIDE = '';
42+
export const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-1ek52ycji.vercel.sh';
4343

4444
/**
4545
* HTTP methods that are safe to transparently re-issue inside the adapter.

0 commit comments

Comments
 (0)