Skip to content

Commit 4f9570c

Browse files
test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-ako6y9lzo.vercel.sh
1 parent eb8fdb9 commit 4f9570c

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
@@ -32,7 +32,7 @@ import { version } from './version.js';
3232
* `main` — rewritten by external CI for branch-deployment testing.
3333
* Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration.
3434
*/
35-
export const WORKFLOW_SERVER_URL_OVERRIDE = '';
35+
export const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-ako6y9lzo.vercel.sh';
3636

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

0 commit comments

Comments
 (0)