Kuritter Weight 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
- 96
- Categories
- Other
Jump to
—
Install dependencies with npm install, run the development server with npm run dev, and deploy using npm run deploy. For generating types, use npm run cf-typegen. When instantiating Hono, pass CloudflareBindings as generics.
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.



