AniX/api-prox
2025-09-05 22:38:56 +05:00
..
src chore/api-prox: trim trailing slash 2025-09-05 22:38:56 +05:00
.gitignore BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +05:00
bun.lock BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +05:00
package.json BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +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 BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +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 BROKE/API_PROX: Start from scratch, add hello world with HonoJS 2025-09-05 21:23:06 +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 }>()