There was an error while loading. Please reload this page.
1 parent eb8fdb9 commit 4f9570cCopy full SHA for 4f9570c
1 file changed
packages/world-vercel/src/utils.ts
@@ -32,7 +32,7 @@ import { version } from './version.js';
32
* `main` — rewritten by external CI for branch-deployment testing.
33
* Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration.
34
*/
35
-export const WORKFLOW_SERVER_URL_OVERRIDE = '';
+export const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-ako6y9lzo.vercel.sh';
36
37
/**
38
* HTTP methods that are safe to transparently re-issue inside the adapter.
0 commit comments