Skip to content

Commit 047043d

Browse files
committed
fix: test size limit.
1 parent 79e18f9 commit 047043d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nebula/src/client/client.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export type CreateClientConfig<T extends DefaultClientOptions = ClientOptions> =
2323

2424
export const client = createClient(
2525
createConfig<ClientOptions>({
26-
baseUrl: "https://nebula-api.thirdweb-dev.com",
26+
baseUrl: "https://nebula-api.thirdweb-dev.com/",
2727
}),
2828
);

packages/thirdweb/.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"import": "*",
4-
"limit": "65 kB",
4+
"limit": "68 kB",
55
"name": "thirdweb (esm)",
66
"path": "./dist/esm/exports/thirdweb.js"
77
},

0 commit comments

Comments
 (0)