chore: add zod-openapi stack, multipart schema, and PUBLIC_BASE_URL

- bump hono to ^4.12.0, add zod ^4.0.0 and @hono/zod-openapi ^1.4.0
- migration 0002: attachment_upload_sessions + attachment_upload_parts
- wrangler/env: PUBLIC_BASE_URL for public file URLs

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-07-02 09:08:42 -07:00
parent 20666d13e7
commit db5a499e5c
5 changed files with 109 additions and 13 deletions

View File

@@ -35,6 +35,7 @@
}
],
"vars": {
"MAX_UPLOAD_BYTES": "52428800"
"MAX_UPLOAD_BYTES": "52428800",
"PUBLIC_BASE_URL": "https://cfw-attachment.bowong.cc"
}
}