@influence-society/marea-backend
v1.0.0
Published
```txt npm install npm run dev ```
Downloads
4
Readme
npm install
npm run devnpm run deployFor generating/synchronizing types based on your Worker configuration run:
npm run cf-typegenPass the CloudflareBindings as generics when instantiation Hono:
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()