aboutsummaryrefslogtreecommitdiff
path: root/apps/proxy/wrangler.toml
Commit message (Collapse)AuthorAgeFilesLines
* build(workers): bump wrangler compatibility_date to 2025-01-01Fuwn2026-04-181-1/+1
| | | | | | | | | | Both the CDN (2023-10-30) and proxy (2023-12-18) workers were pinned to 2023 compatibility dates, missing ~2 years of Cloudflare Workers runtime fixes and API behaviour corrections. Bump both to 2025-01-01. Verified: both workers boot cleanly under local wrangler dev on the new date, and the CDN worker still returns correct cache/CORS/content -type headers on a sample PNG request.
* refactor(proxy): move manga chapter counts behind indexed cacheFuwn2026-03-271-0/+3
|
* chore(apps): Add proxyFuwn2026-03-271-0/+51