Package: @effect/platform
Module: PlatformConfigProvider
Add the file tree ConfigProvider to the environment, as a fallback to the current ConfigProvider.
Signature
declare const layerFileTreeAdd: (options?: { readonly rootDirectory?: string; }) => Layer.Layer<never, never, Path.Path | FileSystem.FileSystem>
Since v1.0.0