Commit 162ac02
fix: adding bufferutil as an optional dep (#1279)
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.
added bufferutil library as an optional dep:
https://www.npmjs.com/package/bufferutil
ci1 parent 4ff92b6 commit 162ac02
2 files changed
+216
-192
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