mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Patch undici to workaround https://github.com/nodejs/undici/issues/3959
Not spec-compliant, might break a few things, but we will see
This commit is contained in:
@@ -74,5 +74,10 @@
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"resolutions": {
|
||||
"has": "npm:@nolyfill/has@latest"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"undici": "patches/undici.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user