Commit 8ff7d27
authored
fix: adding bufferutil as an optional dep (#1279)
# why
there was an issue with the alex ai endpoint deploying to vercel, where
while using stagehand v3 the scripts would correctly deploy and build,
but we weren't able to use them due to some bug where ws (websocket)
library would need bufferutil library to run any stagehand code
properly.
# what changed
added bufferutil library as an optional dep:
https://www.npmjs.com/package/bufferutil
# test plan
ci1 parent 767d168 commit 8ff7d27
2 files changed
+213
-189
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments