Skip to content

Commit a9eab09

Browse files
test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-lp719e9sn.vercel.sh
1 parent c8c98fe commit a9eab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/world-vercel/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { version } from './version.js';
2828
*
2929
* Example: 'https://workflow-server-git-branch-name.vercel.sh'
3030
*/
31-
const WORKFLOW_SERVER_URL_OVERRIDE = '';
31+
const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-lp719e9sn.vercel.sh';
3232

3333
export interface APIConfig {
3434
token?: string;

0 commit comments

Comments
 (0)