chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-27 18:11:37 +00:00
parent a31698f99b
commit 41202819a4
3 changed files with 11 additions and 3 deletions
@@ -19,7 +19,10 @@ const provide = (directory: string) =>
Location.node,
makeLocationNode({
service: Location.Service,
layer: Layer.succeed(Location.Service, Location.Service.of(location({ directory: AbsolutePath.make(directory) }))),
layer: Layer.succeed(
Location.Service,
Location.Service.of(location({ directory: AbsolutePath.make(directory) })),
),
deps: [],
}),
),