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 4 lines 230 B view raw
1// Environment variables helper 2// In SvelteKit, public env vars must be prefixed with PUBLIC_ 3// We'll fall back to a default for development 4export const PUBLIC_BASE_URL = process.env.PUBLIC_BASE_URL || 'http://localhost:5173';