We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c98fe commit a9eab09Copy full SHA for a9eab09
packages/world-vercel/src/utils.ts
@@ -28,7 +28,7 @@ import { version } from './version.js';
28
*
29
* Example: 'https://workflow-server-git-branch-name.vercel.sh'
30
*/
31
-const WORKFLOW_SERVER_URL_OVERRIDE = '';
+const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-lp719e9sn.vercel.sh';
32
33
export interface APIConfig {
34
token?: string;
0 commit comments