From 13ab43127ae33b875ab3824c5d95f51706cfcee2 Mon Sep 17 00:00:00 2001 From: Shoubhit Dash Date: Wed, 21 Jan 2026 23:15:52 +0530 Subject: [PATCH] use bun --- apps/changelog-api/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/changelog-api/README.md b/apps/changelog-api/README.md index eba2b1e4..c491d100 100644 --- a/apps/changelog-api/README.md +++ b/apps/changelog-api/README.md @@ -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`: