chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-27 18:11:37 +00:00
parent 42189a751b
commit 560984b2bc
3 changed files with 11 additions and 3 deletions
+4 -1
View File
@@ -19,7 +19,10 @@ function 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: [],
}),
),