Make reject filter download abortable

This commit is contained in:
SukkaW
2023-07-13 22:45:30 +08:00
parent 685427472b
commit 2c4d5a33a5
4 changed files with 35 additions and 3 deletions

View File

@@ -135,5 +135,10 @@
},
"engines": {
"node": ">=18.0.0"
},
"pnpm": {
"patchedDependencies": {
"@vercel/fetch-retry@5.1.3": "patches/@vercel__fetch-retry@5.1.3.patch"
}
}
}