fabro/apps/arc-web/app/lib
Bryan Helmkamp 1cebe29fad Move auth and API config from env vars to TOML (~/.arc/arc.toml)
Replace ARC_INSECURE_DISABLE_AUTHENTICATION and ARC_API_BASE_URL env vars
with [auth] and [api] sections in ~/.arc/arc.toml. Only secrets
(ARC_JWT_PUBLIC_KEY, ARC_JWT_PRIVATE_KEY) remain as env vars.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:49:04 -05:00
..
config.server.ts Move auth and API config from env vars to TOML (~/.arc/arc.toml) 2026-03-02 22:49:04 -05:00
db.server.ts SQLite-backed sessions with GitHub email and app manifest fix 2026-03-02 21:05:59 -05:00
format.ts Add demo API server and wire React app to fetch from API 2026-03-02 09:39:53 -05:00
github.server.ts Base64-encode GITHUB_APP_PRIVATE_KEY in .env 2026-03-02 20:21:53 -05:00
graph-theme.ts Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
session-storage.server.ts SQLite-backed sessions with GitHub email and app manifest fix 2026-03-02 21:05:59 -05:00
session.server.ts SQLite-backed sessions with GitHub email and app manifest fix 2026-03-02 21:05:59 -05:00
theme.tsx Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00