refactor(core): remove infrastructure layer exports (#34624)

This commit is contained in:
James Long
2026-06-30 12:17:12 -04:00
committed by GitHub
parent c8fde60ad4
commit 472d0f376e
34 changed files with 46 additions and 104 deletions
-2
View File
@@ -125,9 +125,7 @@ const layer = Layer.effectDiscard(
)
export const locationLayer = layer.pipe(
Layer.provideMerge(PluginV2.locationLayer),
Layer.provideMerge(Config.locationLayer),
Layer.provideMerge(FileSystem.locationLayer),
Layer.provideMerge(FetchHttpClient.layer),
)