effect-io-ai

Package: @effect/platform
Module: PlatformConfigProvider

PlatformConfigProvider.layerFileTree

Add the file tree ConfigProvider to the environment, replacing the current ConfigProvider.

Signature

declare const layerFileTree: (options?: { readonly rootDirectory?: string; }) => Layer.Layer<never, never, Path.Path | FileSystem.FileSystem>

Source

Since v1.0.0