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.
at master 33 lines 816 B view raw
1name = "atprotogo" 2pages_build_output_dir = ".svelte-kit/cloudflare" 3compatibility_date = "2024-01-01" 4compatibility_flags = ["nodejs_compat"] 5 6[vars] 7PUBLIC_BASE_URL = "https://go.sky.boo" 8 9[[d1_databases]] 10binding = "DB" 11database_name = "atprotogo-db" 12database_id = "7509f118-4693-4dce-9d58-fdb8c768ae9c" 13 14# Optional: KV namespaces for OAuth session persistence 15# [[kv_namespaces]] 16# binding = "SESSIONS_KV" 17# id = "YOUR_SESSIONS_KV_ID" 18# 19# [[kv_namespaces]] 20# binding = "STATES_KV" 21# id = "YOUR_STATES_KV_ID" 22 23[env.preview] 24compatibility_date = "2024-01-01" 25compatibility_flags = ["nodejs_compat"] 26 27[env.preview.vars] 28PUBLIC_BASE_URL = "https://feature-fix-login.atprotogo.pages.dev" 29 30[[env.preview.d1_databases]] 31binding = "DB" 32database_name = "atprotogo-db" 33database_id = "7509f118-4693-4dce-9d58-fdb8c768ae9c"