Latest Results
fix(cli): forward documented flags to the background server process
`astro dev --background` and `astro preview --background` spawn a plain
foreground child process, but the argv builder only forwarded --port,
--host, --config, --root, --allowed-hosts, and --json. The --mode, --site,
--base, --outDir, --verbose, and --silent flags were silently dropped even
though flagsToAstroInlineConfig consumes all of them, so a background
server could behave differently from a foreground one started with the
same flags. Agent terminals hit this without any way to notice, because
background mode is selected automatically there.
Forward the missing flags from buildBackgroundArgs and cover the mapping
with unit tests for both the dev and preview commands.kdelay:fix/dev-background-flag-forwarding Latest Branches
0%
-11%
kdelay:fix/dev-background-flag-forwarding 0%
Constantine1916:fix/content-collection-non-cloneable-data © 2026 CodSpeed Technology