extremely claude-assisted go game based on atproto! working on cleaning up and giving a more unique design, still has a bit of a slop vibe to it.

Add preview environment config for reaction overlay branch

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+12
+12
wrangler.toml
··· 19 19 # [[kv_namespaces]] 20 20 # binding = "STATES_KV" 21 21 # id = "YOUR_STATES_KV_ID" 22 + 23 + [env.preview] 24 + compatibility_date = "2024-01-01" 25 + compatibility_flags = ["nodejs_compat"] 26 + 27 + [env.preview.vars] 28 + PUBLIC_BASE_URL = "https://feature-reaction-overlay.atprotogo.pages.dev" 29 + 30 + [[env.preview.d1_databases]] 31 + binding = "DB" 32 + database_name = "atprotogo-db" 33 + database_id = "7509f118-4693-4dce-9d58-fdb8c768ae9c"