| 
				
					 | 
			4 月之前 | |
|---|---|---|
| src | 4 月之前 | |
| .gitignore | 5 月之前 | |
| .prettierrc | 5 月之前 | |
| README.md | 5 月之前 | |
| eslint.config.js | 5 月之前 | |
| package.json | 5 月之前 | |
| tsconfig.json | 5 月之前 | |
| wrangler.jsonc | 5 月之前 | 
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 }>()