Ship Steam login, D1 player sync, and cached「我」dashboard.
Players get a fast TTL-backed homepage (local profile / Cloudflare D1) with dense UI polish; login unlocks /home without blocking on every OpenDota refresh. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Cloudflare Pages project bindings for Climperor Web.
|
||||
# Deploy still uses web/deploy_relations.py (direct upload). Bindings below
|
||||
# are applied via `wrangler pages project ...` / dashboard / provision script.
|
||||
|
||||
name = "climperor-relations"
|
||||
compatibility_date = "2024-11-01"
|
||||
pages_build_output_dir = "../dist/relations"
|
||||
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "climperor-users"
|
||||
database_id = "9eeb24ba-acc5-4520-b4e7-754ea776394e"
|
||||
|
||||
[[r2_buckets]]
|
||||
binding = "MATCHES"
|
||||
bucket_name = "climperor-player-data"
|
||||
|
||||
[[queues.producers]]
|
||||
binding = "SYNC_QUEUE"
|
||||
queue = "climperor-player-sync"
|
||||
Reference in New Issue
Block a user