mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-07-10 01:28:35 +00:00
Merge d7b900063a into fe137e426e
This commit is contained in:
commit
418107ce1f
1 changed files with 1 additions and 1 deletions
|
|
@ -970,7 +970,7 @@ async function main(): Promise<void> {
|
|||
}
|
||||
// --fast implies all beta features
|
||||
if (process.env.SPAWN_FAST === "1") {
|
||||
betaFeatures.push("tarball", "images", "parallel", "docker");
|
||||
betaFeatures.push("tarball", "images", "parallel", "docker", "sandbox");
|
||||
}
|
||||
|
||||
// fast_provision experiment: if the user did NOT pass --beta or --fast,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue