@karmaniverous/get-dotenv
    Preparing search index...

    Interface ResolvedConfigSources

    interface ResolvedConfigSources {
        packaged?: GetDotenvConfigResolved;
        project?: {
            local?: GetDotenvConfigResolved;
            public?: GetDotenvConfigResolved;
        };
    }
    Index

    Properties

    Properties

    Configuration from the package root (public only).

    project?: { local?: GetDotenvConfigResolved; public?: GetDotenvConfigResolved }

    Configuration from the project root.

    Type Declaration