Skip to content
Merged
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
9 changes: 7 additions & 2 deletions src/client.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ export interface CreateClientOptions {
*/
export interface CreateClientConfig {
/**
* The Base44 server URL. Defaults to "https://base44.app".
* @internal
* The Base44 server URL.
*
* You don't need to set this for production use. The SDK defaults to `https://base44.app`.
*
* Set this when using a local development server to point SDK requests at your local machine instead of the hosted backend.
*
* @defaultValue `"https://base44.app"`
*/
serverUrl?: string;
/**
Expand Down