AniX/api-prox
2025-09-06 00:28:21 +05:00
..
src chore/api-prox: set version to EPOCH.MINOR.PATCH 2025-09-06 00:28:21 +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: config.json -> config.ts 2025-09-06 00:19:16 +05:00
package.json refactor/api-prox: config.json -> config.ts 2025-09-06 00:19:16 +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: config.json -> config.ts 2025-09-06 00:19:16 +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 }>()