supermemory/apps/changelog-api
Shoubhit Dash 13ab43127a use bun
2026-01-21 23:15:52 +05:30
..
src changelog api 2026-01-21 23:07:46 +05:30
.gitignore changelog api 2026-01-21 23:07:46 +05:30
package.json changelog api 2026-01-21 23:07:46 +05:30
README.md use bun 2026-01-21 23:15:52 +05:30
tsconfig.json changelog api 2026-01-21 23:07:46 +05:30
wrangler.jsonc changelog api 2026-01-21 23:07:46 +05:30

bun install
bun run dev
bun run deploy

For generating/synchronizing types based on your Worker configuration run:

bun run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()