Qlitre Dialy Mcp Server

by qlitre

191 downloads
Not rated
GitHub

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

- —

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 }>()
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.