chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-29 03:49:43 +00:00
commit 846d548154
16 changed files with 43 additions and 83 deletions

View file

@ -49,10 +49,7 @@ export function createEmbeddedRoutes() {
}
function makeRoutes<AuthError, AuthServices>(auth: Layer.Layer<ServerAuth.Config, AuthError, AuthServices>) {
const serviceLayer = AppNodeBuilder.build(
applicationServices,
[[SessionExecution.node, SessionExecutionLocal.node]],
)
const serviceLayer = AppNodeBuilder.build(applicationServices, [[SessionExecution.node, SessionExecutionLocal.node]])
return HttpApiBuilder.layer(Api, { openapiPath: "/openapi.json" }).pipe(
Layer.provide(handlers),