mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
Introduce the internal fabro-dev CLI shell and cargo dev alias so follow-up units can port development scripts behind typed clap subcommands.
9 lines
332 B
TOML
9 lines
332 B
TOML
[alias]
|
|
dev = "run --package fabro-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"
|