chore: update public repo

This commit is contained in:
desu-bot 2025-03-25 02:39:46 +00:00
parent a7f1118602
commit 874e1952e3
No known key found for this signature in database
2 changed files with 110 additions and 0 deletions

View file

@ -21,6 +21,7 @@ const cheerioAddon: FfetchAddon<object, { cheerio: () => Promise<CheerioAPI> }>
export const ffetch = ffetchBase.extend({
addons: [
ffetchAddons.parser(ffetchZodAdapter()),
ffetchAddons.rateLimitHandler(),
cheerioAddon,
toughCookieAddon(),
],