xtablo-source/api
Arthur Belleville 688d6aa83f
Update env
2025-07-14 17:12:33 +02:00
..
src Update env 2025-07-14 17:12:33 +02:00
.env.development Update env 2025-07-14 17:12:33 +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 Start working on invitations 2025-07-01 22:28:49 +02:00
package.json Improve env management 2025-07-13 18:42:15 +02:00
README.md Some good progress 2025-06-23 11:34:30 +02:00
tsconfig.json Update api for gcloud and fix frontend 2025-06-24 21:56:43 +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 }>()