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.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add D1 binding to preview environment config

Wrangler doesn't inherit top-level D1 bindings into env-specific
configs, so the preview environment needs its own D1 binding.

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

+9
+9
wrangler.toml
··· 20 20 # binding = "STATES_KV" 21 21 # id = "YOUR_STATES_KV_ID" 22 22 23 + [env.preview] 24 + compatibility_date = "2024-01-01" 25 + compatibility_flags = ["nodejs_compat"] 26 + 23 27 [env.preview.vars] 24 28 PUBLIC_BASE_URL = "https://feature-player2-join.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"