mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-30 20:44:31 +00:00
chore: generate
This commit is contained in:
parent
fa73ec4fa6
commit
710ed7cb33
1 changed files with 1 additions and 6 deletions
|
|
@ -48,12 +48,7 @@ function authFile() {
|
|||
|
||||
function authService(layer: Layer.Layer<AppFileSystem.Service>) {
|
||||
return McpAuth.Service.use((auth) => Effect.succeed(auth)).pipe(
|
||||
Effect.provide(
|
||||
McpAuth.layer.pipe(
|
||||
Layer.provide(EffectFlock.defaultLayer),
|
||||
Layer.provide(layer),
|
||||
),
|
||||
),
|
||||
Effect.provide(McpAuth.layer.pipe(Layer.provide(EffectFlock.defaultLayer), Layer.provide(layer))),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue