xtablo-source/api
Arthur Belleville 8147f61c5c
Add tasks route
2025-10-05 00:46:30 +02:00
..
src Add tasks route 2025-10-05 00:46:30 +02:00
.env.development Add tasks route 2025-10-05 00:46:30 +02:00
.env.production Add tasks route 2025-10-05 00:46:30 +02:00
.env.staging Add Supabase CA certificate, update TypeScript configuration, and implement calendar synchronization task 2025-08-03 21:41:29 +02:00
.gitignore Add Supabase CA certificate, update TypeScript configuration, and implement calendar synchronization task 2025-08-03 21:41:29 +02:00
.mocharc.json Some progress 2025-09-29 21:38:20 +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 Some progress 2025-09-29 21:38:20 +02:00
package.json Some progress 2025-09-29 21:38:20 +02:00
README.md Some good progress 2025-06-23 11:34:30 +02:00
supabase_ca.crt Add Supabase CA certificate, update TypeScript configuration, and implement calendar synchronization task 2025-08-03 21:41:29 +02:00
test_buffer_time.js Finish slot generation 2025-09-29 22:48:33 +02:00
tsconfig.json Fix configs 2025-09-23 22:14:02 +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 }>()