refactor(runtime): collapse unused setup layers

This commit is contained in:
Tianyi Cui
2026-07-30 04:23:20 +08:00
parent e8409cf928
commit 22fc228b97
30 changed files with 78 additions and 103 deletions

View File

@@ -18,19 +18,19 @@
"path": "../../../vendor/schemastery"
},
{
"path": "../../util/brand"
"path": "../code-runtime"
},
{
"path": "../../util/timeout"
},
{
"path": "../../bash/bash"
"path": "../code-runtime-worker"
},
{
"path": "../../subprocess/subprocess"
},
{
"path": "../../support/invariants"
},
{
"path": "../../util/timeout"
}
]
}