feat: Add support for the --fresh flag again with host environment configuration injection
This commit is contained in:
+1
-1
@@ -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()?;
|
||||
|
||||
Reference in New Issue
Block a user