diff options
| author | Shoubhit Dash <[email protected]> | 2026-01-21 23:15:52 +0530 |
|---|---|---|
| committer | Shoubhit Dash <[email protected]> | 2026-01-21 23:15:52 +0530 |
| commit | 13ab43127ae33b875ab3824c5d95f51706cfcee2 (patch) | |
| tree | ebf86d68d8b29f30cbe8c57eced64c756c207903 | |
| parent | changelog api (diff) | |
| download | supermemory-01-21-changelog_api.tar.xz supermemory-01-21-changelog_api.zip | |
use bun01-21-changelog_api
| -rw-r--r-- | apps/changelog-api/README.md | 8 |
1 files 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`: |