()
| 45 | } |
| 46 | |
| 47 | export function createEmbeddedRoutes() { |
| 48 | return makeRoutes(ServerAuth.Config.configLayer({ username: "opencode", password: Option.none() })) |
| 49 | } |
| 50 | |
| 51 | function makeRoutes<AuthError, AuthServices>(auth: Layer.Layer<ServerAuth.Config, AuthError, AuthServices>) { |
| 52 | const serviceLayer = AppNodeBuilder.build(applicationServices, [[SessionExecution.node, SessionExecutionLocal.node]]) |
no test coverage detected