Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/world-vercel/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import { version } from './version.js';
* Set this to test against a different workflow-server version.
* Leave empty string for production (uses default vercel-workflow.com).
*
* Example: 'https://workflow-server-git-branch-name.vercel.sh'
*/
const WORKFLOW_SERVER_URL_OVERRIDE = '';
const WORKFLOW_SERVER_URL_OVERRIDE =
'https://workflow-server-hyzjdle6o.vercel.sh';

export interface APIConfig {
token?: string;
Expand Down
Loading