d6183d208e98b9c4eb61a90b144b6d69d8880e1d
- Add note about TinyMqttClient being used for MQTT in `src/lib/liteMqtt.ts` - Add a note mentioning that testing and linting tools are currently not configured Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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%