xtablo-source/api
Arthur Belleville fe63468173
Move cloudbuild
2025-07-13 19:04:23 +02:00
..
src Improve env management 2025-07-13 18:42:15 +02:00
.env.development Improve env management 2025-07-13 18:42:15 +02:00
.gitignore Some good progress 2025-06-23 11:34:30 +02:00
Dockerfile Improve env management 2025-07-13 18:42:15 +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 }>()