mirror of
https://github.com/tiennm99/claude-central-gateway.git
synced 2026-04-17 19:21:30 +00:00
- Replace Vercel-specific handler with Hono framework - Add Cloudflare Workers support via wrangler.toml - Restructure project: src/index.js, src/routes/messages.js - Update README with Cloudflare deployment instructions - Save framework decision to memory Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
import app from '../src/index.js';
|
|
|
|
export default app.fetch;
|