We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e18f9 commit 047043dCopy full SHA for 047043d
packages/nebula/src/client/client.gen.ts
@@ -23,6 +23,6 @@ export type CreateClientConfig<T extends DefaultClientOptions = ClientOptions> =
23
24
export const client = createClient(
25
createConfig<ClientOptions>({
26
- baseUrl: "https://nebula-api.thirdweb-dev.com",
+ baseUrl: "https://nebula-api.thirdweb-dev.com/",
27
}),
28
);
packages/thirdweb/.size-limit.json
@@ -1,7 +1,7 @@
1
[
2
{
3
"import": "*",
4
- "limit": "65 kB",
+ "limit": "68 kB",
5
"name": "thirdweb (esm)",
6
"path": "./dist/esm/exports/thirdweb.js"
7
},
0 commit comments