AniX/api-prox
2025-09-07 19:06:13 +05:00
..
src feat/api-prox: deno deploy and vercel deploy fix 2025-09-07 19:06:13 +05:00
.dockerignore feat/api-prox: add 3rd party rating hook and docker file 2025-09-07 17:44:26 +05:00
.gitignore feat/api-prox: deno deploy and vercel deploy fix 2025-09-07 19:06:13 +05:00
bun.lock refactor/api-prox: hook loading and running 2025-09-06 16:08:13 +05:00
bun.ts feat/api-prox: change run scripts 2025-09-07 16:27:47 +05:00
deno.json feat/api-prox: deno deploy and vercel deploy fix 2025-09-07 19:06:13 +05:00
deno.lock feat/api-prox: change run scripts 2025-09-07 16:27:47 +05:00
deno.ts feat/api-prox: deno deploy and vercel deploy fix 2025-09-07 19:06:13 +05:00
Dockerfile feat/api-prox: add 3rd party rating hook and docker file 2025-09-07 17:44:26 +05:00
LICENSE feat/api-prox: deno deploy and vercel deploy fix 2025-09-07 19:06:13 +05:00
node.ts feat/api-prox: change run scripts 2025-09-07 16:27:47 +05:00
package-lock.json feat/api-prox: change run scripts 2025-09-07 16:27:47 +05:00
package.json feat/api-prox: change run scripts 2025-09-07 16:27:47 +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 feat/api-prox: deno deploy and vercel deploy fix 2025-09-07 19:06: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 }>()