This repository has been archived on 2026-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
wedding-app/apps/web
Claude 11a81975ff
fix: use boolean run_worker_first for wrangler 3.x compat
The array form of run_worker_first requires wrangler 4. Cloudflare
Build's local install resolves wrangler 3.x from our pinned devDep,
so switch to run_worker_first = true. The worker already handles
routing (/api/* -> Hono, else -> ASSETS), so semantics are unchanged.

https://claude.ai/code/session_01TPBqgcSJMppgrpiq7fLywL
2026-05-04 01:29:29 +00:00
..
src refactor: migrate web app to Workers + Static Assets format 2026-05-04 00:57:28 +00:00
.dev.vars.example chore: scaffold Cloudflare Pages monorepo for wedding photos app 2026-05-01 23:30:50 +00:00
index.html chore: scaffold Cloudflare Pages monorepo for wedding photos app 2026-05-01 23:30:50 +00:00
package.json refactor: migrate web app to Workers + Static Assets format 2026-05-04 00:57:28 +00:00
postcss.config.js chore: scaffold Cloudflare Pages monorepo for wedding photos app 2026-05-01 23:30:50 +00:00
tailwind.config.ts chore: scaffold Cloudflare Pages monorepo for wedding photos app 2026-05-01 23:30:50 +00:00
tsconfig.json fix: web build typescript errors 2026-05-03 23:56:44 +00:00
vite.config.ts chore: scaffold Cloudflare Pages monorepo for wedding photos app 2026-05-01 23:30:50 +00:00
wrangler.toml fix: use boolean run_worker_first for wrangler 3.x compat 2026-05-04 01:29:29 +00:00