mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Expose the CLI reference renderer through a hidden fabro subcommand so fabro-dev can refresh docs without linking fabro-cli. Gate the fabro-dev binary behind the dev feature and update the cargo dev alias to opt into it explicitly.
9 lines
347 B
TOML
9 lines
347 B
TOML
[alias]
|
|
dev = "run --package fabro-dev --features dev --"
|
|
t = "test -- --format terse"
|
|
|
|
[env]
|
|
# Disable macOS proxy discovery in tests — without this, every reqwest client
|
|
# pays ~900ms of system-proxy lookup overhead per process, which pushes tests
|
|
# past the 3s nextest kill threshold under parallel load.
|
|
FABRO_HTTP_PROXY_POLICY = "disabled"
|