fabro/crates/arc-api
Bryan Helmkamp ba90d1e90e Add --config CLI arg to override server config path
load_server_config() now accepts an optional explicit path. When
provided, it reads from that path (erroring if missing) instead of
the default ~/.arc/server.toml. The --config flag is wired through
ServeArgs and the hot-reload polling loop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 23:36:32 -05:00
..
src Add --config CLI arg to override server config path 2026-03-04 23:36:32 -05:00
tests Add global concurrency limiter with queued/starting run states 2026-03-04 22:56:19 -05:00
Cargo.toml Add /, /health, /openapi.json, /user endpoints to Arc API 2026-03-04 21:10:59 -05:00