Patch undici and use w/ request

This commit is contained in:
SukkaW
2024-10-17 01:54:53 +08:00
parent 4929ec4595
commit 87abb12dc7
6 changed files with 45 additions and 20 deletions

View File

@@ -70,5 +70,10 @@
"packageManager": "pnpm@9.12.1",
"resolutions": {
"has": "npm:@nolyfill/has@latest"
},
"pnpm": {
"patchedDependencies": {
"undici": "patches/undici.patch"
}
}
}