supermemory/apps/omi
2025-12-19 14:21:54 -08:00
..
src feat: supermemory app for omi 2025-12-19 14:21:54 -08:00
.gitignore feat: supermemory app for omi 2025-12-19 14:21:54 -08:00
package.json feat: supermemory app for omi 2025-12-19 14:21:54 -08:00
README.md feat: supermemory app for omi 2025-12-19 14:21:54 -08:00
tsconfig.json feat: supermemory app for omi 2025-12-19 14:21:54 -08:00
wrangler.jsonc feat: supermemory app for omi 2025-12-19 14:21:54 -08:00

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 }>()