chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-01 01:28:37 +00:00
parent a9d399699e
commit 6d4629b566
2 changed files with 2 additions and 7 deletions

View File

@@ -96,10 +96,7 @@ function createHttpApi(corsOptions?: CorsOptions) {
}
}
function createHono(
opts: CorsOptions,
selection: ServerBackend.Selection = ServerBackend.force(select(), "hono"),
) {
function createHono(opts: CorsOptions, selection: ServerBackend.Selection = ServerBackend.force(select(), "hono")) {
const backendAttributes = ServerBackend.attributes(selection)
const app = new Hono()
.onError(ErrorMiddleware)