1fe77f24dcf2ce2de9f29f5930a3c1b3a1103fd4
chore: bump dependencies to latest versions for improved stability fix: update API base URL for client and httpClientAdapter refactor: reorganize imports in index.tsx for better readability chore: add observability configuration in wrangler.jsonc
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
Languages
TypeScript
72.3%
Vue
27.3%
HTML
0.4%