chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 20:53:48 +00:00
parent fd213e6df6
commit 78235385dd
8 changed files with 11 additions and 39 deletions
@@ -58,9 +58,7 @@ const httpApiLayer = servedRoutes.pipe(
Layer.provideMerge(NodeHttpServer.layerTest),
Layer.provideMerge(NodeServices.layer),
)
const it = testEffect(
Layer.mergeAll(appLayer, httpApiLayer),
)
const it = testEffect(Layer.mergeAll(appLayer, httpApiLayer))
function pathFor(path: string, params: Record<string, string>) {
return Object.entries(params).reduce((result, [key, value]) => result.replace(`:${key}`, value), path)