| 
				
					 | 
			5 months ago | |
|---|---|---|
| src | 5 months ago | |
| .gitignore | 5 months ago | |
| README.md | 5 months ago | |
| package.json | 5 months ago | |
| tsconfig.json | 5 months ago | |
| wrangler.jsonc | 5 months ago | 
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 }>()