chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-27 21:38:08 +00:00
parent 5cd54ec345
commit 02b19bc3d7
2 changed files with 5 additions and 1 deletions

View File

@@ -178,7 +178,10 @@ export namespace Format {
}),
)
export const defaultLayer = layer.pipe(Layer.provide(Config.defaultLayer), Layer.provide(CrossSpawnSpawner.defaultLayer))
export const defaultLayer = layer.pipe(
Layer.provide(Config.defaultLayer),
Layer.provide(CrossSpawnSpawner.defaultLayer),
)
const { runPromise } = makeRuntime(Service, defaultLayer)