xtablo-source/api
Arthur Belleville d1a00f175c
tmp api
2025-07-29 21:24:12 +02:00
..
src tmp api 2025-07-29 21:24:12 +02:00
.env.development tmp api 2025-07-29 21:24:12 +02:00
.env.staging Update env 2025-07-14 17:12:33 +02:00
.gitignore Some good progress 2025-06-23 11:34:30 +02:00
cloudbuild.yaml Merge files 2025-07-13 22:23:50 +02:00
Dockerfile move to staging 2025-07-13 22:44:00 +02:00
package-lock.json tmp api 2025-07-29 21:24:12 +02:00
package.json tmp api 2025-07-29 21:24:12 +02:00
README.md Some good progress 2025-06-23 11:34:30 +02:00
tsconfig.json tmp api 2025-07-29 21:24:12 +02: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 }>()