From 207a8eae048e170be22f8aa2532f17a174d77144 Mon Sep 17 00:00:00 2001 From: Nick Caradonna Date: Mon, 5 Jan 2026 16:31:25 -0500 Subject: [PATCH] try to fix rpc-websockets --- esbuild.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esbuild.config.js b/esbuild.config.js index 8132a55..a62a12e 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -14,7 +14,9 @@ const commonConfig = { external: [ 'bigint-buffer', '@triton-one/yellowstone-grpc', - 'helius-laserstream' + 'helius-laserstream', + 'rpc-websockets', + 'rpc-websockets/*' ] };