You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You don't need to set this for production use. The SDK defaults to `https://base44.app`.
29
29
*
30
-
* Set this when using the CLI's local development server ([`base44 dev`](https://docs.base44.com/developers/backend/overview/local-development)) to point SDK requests at your local machine instead of the hosted backend.
31
-
*
32
-
* @example
33
-
* ```typescript
34
-
* const base44 = createClient({
35
-
* appId: "my-app-id",
36
-
* serverUrl: process.env.NEXT_PUBLIC_BASE44_URL,
37
-
* });
38
-
* ```
30
+
* Set this when using a local development server to point SDK requests at your local machine instead of the hosted backend.
0 commit comments