Latest Results
fix(dev): forward documented flags to the background dev server process
astro dev --background spawns a plain astro dev child process but only
forwarded --port, --host, --config, --root, --allowed-hosts, and --json.
The documented --mode, --site, --base, --outDir, --verbose, and --silent
flags were silently dropped, so a background dev server could behave
differently from a foreground one started with the same flags.
Extract the argv construction into buildDevProcessArgs, forward the
missing flags, and cover the mapping with unit tests.kdelay:fix/dev-background-flag-forwarding Latest Branches
0%
0%
kdelay:fix/dev-background-flag-forwarding 0%
© 2026 CodSpeed Technology