chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 03:49:43 +00:00
parent c2ec39c5f4
commit d3899ad09d
16 changed files with 43 additions and 83 deletions
+3 -4
View File
@@ -19,10 +19,9 @@ const locationLayer = Layer.succeed(
Location.Service,
Location.Service.of(location({ directory: AbsolutePath.make(import.meta.dir) })),
)
const layer = AppNodeBuilder.build(
LayerNode.group([Catalog.node, Integration.node, EventV2.node]),
[[Location.node, locationLayer]],
)
const layer = AppNodeBuilder.build(LayerNode.group([Catalog.node, Integration.node, EventV2.node]), [
[Location.node, locationLayer],
])
const it = testEffect(layer)
describe("ModelsDevPlugin", () => {