effect-io-ai

Package: @effect/platform
Module: PlatformConfigProvider

PlatformConfigProvider.layerFileTreeAdd

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>

Source

Since v1.0.0