mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:38:31 +00:00
fix(opencode): preserve request logger context (#33381)
This commit is contained in:
parent
0d32d1f293
commit
41d1279b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ export function createRoutes(
|
|||
]),
|
||||
Layer.provide(LayerNode.buildLayer(app)),
|
||||
Layer.provide(Layer.succeed(CorsConfig)(corsOptions)),
|
||||
Layer.provide(Observability.layer),
|
||||
Layer.provideMerge(Observability.layer),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue