chore: generate
This commit is contained in:
@@ -636,4 +636,3 @@ export const layerWith = (options?: LayerOptions) =>
|
|||||||
|
|
||||||
const layer = layerWith()
|
const layer = layerWith()
|
||||||
export const node = makeGlobalNode({ service: Service, layer: layer, deps: [Database.node] })
|
export const node = makeGlobalNode({ service: Service, layer: layer, deps: [Database.node] })
|
||||||
|
|
||||||
|
|||||||
@@ -471,7 +471,11 @@ export function withCliFixture<A, E>(
|
|||||||
// and hit endpoints on `opencode.serve()` without rolling their own fetch.
|
// and hit endpoints on `opencode.serve()` without rolling their own fetch.
|
||||||
}).pipe(
|
}).pipe(
|
||||||
Effect.provide(
|
Effect.provide(
|
||||||
Layer.mergeAll(TestLLMServer.layer, FetchHttpClient.layer, AppNodeBuilder.build(LayerNode.group([FSUtil.node, AppProcess.node]))),
|
Layer.mergeAll(
|
||||||
|
TestLLMServer.layer,
|
||||||
|
FetchHttpClient.layer,
|
||||||
|
AppNodeBuilder.build(LayerNode.group([FSUtil.node, AppProcess.node])),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user