aboutsummaryrefslogtreecommitdiff
path: root/apps/proxy/src/index.js
Commit message (Collapse)AuthorAgeFilesLines
* refactor(naming): replace banned ctx abbreviation with full namesFuwn2026-04-181-6/+6
| | | | | | | | | | | | | CLAUDE.md prohibits abbreviations like ctx in identifiers. Rename the Cloudflare Worker ExecutionContext parameter to executionContext in the proxy worker (handleMangaChapterCounts, fetch, scheduled), and alias Trigger.dev's destructured { ctx } to taskContext in the notifications scheduled task. The external property name on Trigger.dev's params object is library-defined and remains ctx on the wire. Verified: proxy worker still boots under local wrangler dev and all routes (OPTIONS, POST /manga/chapter-counts, forwardProxyRequest) still respond identically.
* fix(dev): route portless .localhost URL through app origin and proxy CORSFuwn2026-04-181-0/+1
|
* fix(proxy): improve native chapter source routingFuwn2026-03-291-3/+16
|
* fix(manga): restore progress-based volume recommendationsFuwn2026-03-271-16/+70
|
* fix(proxy): improve native manga chapter countsFuwn2026-03-271-0/+17
|
* style(ci): format and tidy proxy filesFuwn2026-03-271-8/+15
|
* refactor(proxy): move manga chapter counts behind indexed cacheFuwn2026-03-271-89/+301
|
* chore(apps): Add proxyFuwn2026-03-271-0/+113