(input: Info)
| 19 | |
| 20 | export class Config extends Context.Service<Config, Info>()("@opencode/ServerAuthConfig") { |
| 21 | static configLayer(input: Info) { |
| 22 | return Layer.succeed(this, this.of(input)) |
| 23 | } |
| 24 | |
| 25 | static get layer() { |
| 26 | return Layer.effect( |
no outgoing calls
no test coverage detected