Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit f594fdb

Browse files
committed
refactor: adds support for custom sdk client options
1 parent 23a8fe8 commit f594fdb

File tree

13 files changed

+516
-112
lines changed

13 files changed

+516
-112
lines changed

ts/esbuild.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const baseConfig = (config) => ({
99
...config,
1010
entryPoints: [
1111
'src/sdk/nodejs/createProviderSDK.ts',
12+
'src/sdk/nodejs/createChainNodeSDK.ts',
1213
],
1314
bundle: true,
1415
sourcemap: true,

0 commit comments

Comments
 (0)