feat: Add support for the --fresh flag again with host environment configuration injection
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-24 18:00:41 -06:00
parent 0c12580836
commit 5a1bb569b4
4 changed files with 73 additions and 6 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ async fn main() -> Result<()> {
}
if let Some(name) = &cli.sandbox {
return sandbox::launch(name.clone());
return sandbox::launch(name.clone(), cli.fresh);
}
install_builtins()?;