From a05182a81265ad0c323fa675d62cc52dc4c649bd Mon Sep 17 00:00:00 2001 From: Nick Caradonna Date: Mon, 5 Jan 2026 18:33:22 -0500 Subject: [PATCH] rm accidental merge conflict committed --- esbuild.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/esbuild.config.js b/esbuild.config.js index 9619975..8132a55 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -14,14 +14,7 @@ const commonConfig = { external: [ 'bigint-buffer', '@triton-one/yellowstone-grpc', -<<<<<<< HEAD - 'helius-laserstream', - 'rpc-websockets', - 'rpc-websockets/dist/lib/client', - 'rpc-websockets/dist/lib/client/websocket' -======= 'helius-laserstream' ->>>>>>> 1c3d167 (try to fix rpc-websockets) ] };