try to fix rpc-websockets

This commit is contained in:
Nick Caradonna
2026-01-05 16:31:25 -05:00
parent b347660e22
commit 207a8eae04

View File

@@ -14,7 +14,9 @@ const commonConfig = {
external: [ external: [
'bigint-buffer', 'bigint-buffer',
'@triton-one/yellowstone-grpc', '@triton-one/yellowstone-grpc',
'helius-laserstream' 'helius-laserstream',
'rpc-websockets',
'rpc-websockets/*'
] ]
}; };