chore: generate
This commit is contained in:
parent
84336e4f91
commit
846d548154
16 changed files with 43 additions and 83 deletions
|
|
@ -12,15 +12,12 @@ import { it } from "./lib/effect"
|
|||
|
||||
function provide(directory: string) {
|
||||
return Effect.provide(
|
||||
LayerNode.compile(
|
||||
LocationMutation.node,
|
||||
LayerNode.compile(LocationMutation.node, [
|
||||
[
|
||||
[
|
||||
Location.node,
|
||||
Layer.succeed(Location.Service, Location.Service.of(location({ directory: AbsolutePath.make(directory) }))),
|
||||
],
|
||||
Location.node,
|
||||
Layer.succeed(Location.Service, Location.Service.of(location({ directory: AbsolutePath.make(directory) }))),
|
||||
],
|
||||
),
|
||||
]),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue