AniX/api-prox
2025-09-06 20:01:23 +05:00
..
src feat/api-prox: bump version to 1001.0.0 2025-09-06 20:01:23 +05:00
.gitignore BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +05:00
bun.lock refactor/api-prox: hook loading and running 2025-09-06 16:08:13 +05:00
package-lock.json refactor/api-prox: hook loading and running 2025-09-06 16:08:13 +05:00
package.json refactor/api-prox: hook loading and running 2025-09-06 16:08:13 +05:00
README.md BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +05:00
tsconfig.json refactor/api-prox: hook loading and running 2025-09-06 16:08:13 +05:00
vercel.json BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +05:00
wrangler.jsonc feat/api-prox: add POST proxy 2025-09-06 19:44:49 +05:00

npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()