Qlitre Dialy Mcp Server
Description
```txt npm install npm run dev ``` ```txt npm run deploy ``` [For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types): ```txt npm run cf-typegen ``` Pass the `CloudflareBindings` as generics…
About
```txt npm install npm run dev ``` ```txt npm run deploy ``` [For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types): ```txt npm run cf-typegen ``` Pass the `CloudflareBindings` as generics when instantiation `Hono`: ```ts //…
Details
- Author
- qlitre
- Downloads
- 191
- Categories
- Other
Jump to
- —
Run npm install, then use npm run dev for local development or npm run deploy to publish. Optionally, generate types with npm run cf-typegen and pass CloudflareBindings as generics when instantiating Hono.
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 }>()
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



