mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-08 07:23:54 +05:00
.. | ||
src | ||
.gitignore | ||
bun.lock | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vercel.json | ||
wrangler.jsonc |
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 }>()