chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-29 03:49:43 +00:00
commit 846d548154
16 changed files with 43 additions and 83 deletions

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", () => {