This commit is contained in:
Shoubhit Dash 2026-01-21 23:15:52 +05:30
parent 8f787763a2
commit 13ab43127a

View file

@ -1,16 +1,16 @@
```txt
npm install
npm run dev
bun install
bun run dev
```
```txt
npm run deploy
bun 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
bun run cf-typegen
```
Pass the `CloudflareBindings` as generics when instantiation `Hono`: