chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 15:37:20 +00:00
parent a3776429aa
commit 9205dfe724
16 changed files with 119 additions and 65 deletions
@@ -44,9 +44,7 @@ function provide(directory: string, vcs?: Location.Interface["vcs"]) {
AppNodeBuilder.build(Watcher.node, [
[Config.node, configLayer],
[Location.node, locationLayer],
]).pipe(
Layer.provide(flagsLayer),
),
]).pipe(Layer.provide(flagsLayer)),
)
}