diff --git a/esbuild.config.js b/esbuild.config.js index a62a12e..1b62341 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -15,8 +15,8 @@ const commonConfig = { 'bigint-buffer', '@triton-one/yellowstone-grpc', 'helius-laserstream', - 'rpc-websockets', - 'rpc-websockets/*' + 'rpc-websockets/dist/lib/client', + 'rpc-websockets/dist/lib/client/websocket' ] };