chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-30 23:25:10 +00:00
parent fc155e9fc5
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(