chore: generate

This commit is contained in:
opencode-agent[bot] 2026-04-30 23:25:10 +00:00
commit 8805104b8d
2 changed files with 5 additions and 4 deletions

View file

@ -147,7 +147,10 @@ describe("HttpApi UI fallback", () => {
Effect.gen(function* () {
const fs = yield* AppFileSystem.Service
const client = yield* HttpClient.HttpClient
return yield* serveUIEffect(HttpServerRequest.fromWeb(new Request("http://localhost/assets/app.js")), { fs, client })
return yield* serveUIEffect(HttpServerRequest.fromWeb(new Request("http://localhost/assets/app.js")), {
fs,
client,
})
}).pipe(
Effect.provide(
Layer.mergeAll(