feat: added support for loading sbx mixins that are dynamically discovered in the users workspace and config directory

This commit is contained in:
2026-06-17 14:39:32 -06:00
parent 8e0b07c9fb
commit 6ae474c79e
6 changed files with 399 additions and 24 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ async fn main() -> Result<()> {
}
if let Some(name) = &cli.sandbox {
return sandbox::launch(name.clone(), cli.fresh);
return sandbox::launch(name.clone(), cli.fresh, cli.no_mixins);
}
install_builtins()?;