2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08:00
2025-10-26 00:01:52 +08: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 }>()
Description
No description provided
Readme 110 KiB
Languages
TypeScript 100%