true matchmaking

This commit is contained in:
Devin Zuczek
2026-07-01 15:16:37 -04:00
parent 70aa33a27a
commit f48d78bd5f
15 changed files with 938 additions and 50 deletions
+13
View File
@@ -11,6 +11,19 @@
"bucket_name": "recflare-img"
}
],
// Shared `recflare` D1 — the `img` worker owns the `images` metadata table
// (schema/migration here); the `api` worker writes/reads it. Its own
// migrations_table keeps its history separate on the shared database. The
// "local" placeholder is replaced with the real id from RECFLARE_D1 at deploy.
"d1_databases": [
{
"binding": "DB",
"database_name": "recflare",
"database_id": "local",
"migrations_dir": "migrations",
"migrations_table": "d1_migrations_img"
}
],
"upload_source_maps": true,
"observability": {
"logs": {