refactor: move memory host into sdk package

This commit is contained in:
Peter Steinberger
2026-03-27 04:11:55 +00:00
parent 490b2f881c
commit eebce9e9c7
107 changed files with 166 additions and 178 deletions

View File

@@ -55,6 +55,7 @@ export function loadTestCatalog() {
...new Set([
...walkTestFiles("src"),
...walkTestFiles("extensions"),
...walkTestFiles("packages"),
...walkTestFiles("test"),
...walkTestFiles(path.join("ui", "src", "ui")),
]),