refactor(core): remove domain layer exports (#34625)
This commit is contained in:
parent
e78726854a
commit
5a23bdcb69
38 changed files with 81 additions and 153 deletions
|
|
@ -76,7 +76,7 @@ interface ResolvedPath {
|
|||
|
||||
const slash = (value: string) => value.replaceAll("\\", "/")
|
||||
|
||||
export const layer = Layer.effect(
|
||||
const layer = Layer.effect(
|
||||
Service,
|
||||
Effect.gen(function* () {
|
||||
const fs = yield* FSUtil.Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue