Commit Graph

3 Commits

Author SHA1 Message Date
Claude
a1ebc0725b
chore: add pnpm-lock.yaml
Locks all workspace and transitive dependencies so Cloudflare Pages
detects pnpm as the package manager and gets a reproducible install.

https://claude.ai/code/session_01TPBqgcSJMppgrpiq7fLywL
2026-05-03 23:50:14 +00:00
c0a15ae730
Atualizar o wrangler.toml 2026-05-02 13:31:53 -03:00
Claude
be13179832
chore: scaffold Cloudflare Pages monorepo for wedding photos app
Set up pnpm workspaces with three packages: a shared Zod-schema
package, a Hono-based API exported as a library, and a Vite/React/
Tailwind frontend that mounts the API via Cloudflare Pages Functions.
Storage is abstracted behind an S3-compatible provider so the project
can migrate from R2 to a self-hosted MinIO without code changes.

https://claude.ai/code/session_01TPBqgcSJMppgrpiq7fLywL
2026-05-01 23:30:50 +00:00