Skip to content

Commit b9fca91

Browse files
committed
pray
1 parent 2a4f358 commit b9fca91

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

site/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
"typescript": "5.6.3",
190190
"vite": "5.4.15",
191191
"vite-plugin-checker": "0.8.0",
192-
"vite-plugin-turbosnap": "1.0.3"
192+
"vite-plugin-turbosnap": "1.0.3",
193+
"web-streams-polyfill": "4.1.0"
193194
},
194195
"browserslist": [
195196
"chrome 110",

site/pnpm-lock.yaml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/testHelpers/server.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Import the polyfill first
2+
import 'web-streams-polyfill/polyfill';
3+
14
import { setupServer } from "msw/node";
25
import { handlers } from "./handlers";
36

0 commit comments

Comments
 (0)