fabro/crates/arc-api
Bryan Helmkamp d93785ae83 Simplify config loading: fix TOCTOU, eager init, remove dead code
- Rust: replace exists() check with direct read + NotFound handling
- TS: load config eagerly at module init instead of lazy per-request
- TS: remove unused resetAppConfigCache() export

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 23:24:39 -05:00
..
src Simplify config loading: fix TOCTOU, eager init, remove dead code 2026-03-02 23:24:39 -05:00
tests Add demo API server and wire React app to fetch from API 2026-03-02 09:39:53 -05:00
Cargo.toml Add spec-first OpenAPI for arc-api with generated types 2026-03-01 21:43:49 -05:00