There was an error while loading. Please reload this page.
1 parent 771cdb2 commit f0772bcCopy full SHA for f0772bc
1 file changed
packages/world-vercel/src/utils.ts
@@ -39,7 +39,7 @@ import { version } from './version.js';
39
* `main` — rewritten by external CI for branch-deployment testing.
40
* Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration.
41
*/
42
-export const WORKFLOW_SERVER_URL_OVERRIDE = '';
+export const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-1ek52ycji.vercel.sh';
43
44
/**
45
* HTTP methods that are safe to transparently re-issue inside the adapter.
0 commit comments