chore: update public repo

This commit is contained in:
desu-bot 2025-03-25 02:39:46 +00:00
parent c3d03874e7
commit 6cf10f04a5
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(),
],