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

    Interface PlanConfigCopiesOptions

    Options for planning config template copies.

    interface PlanConfigCopiesOptions {
        destRoot: string;
        format: "json" | "yaml" | "js" | "ts";
        withLocal: boolean;
    }
    Index

    Properties

    destRoot: string

    Absolute destination project root.

    format: "json" | "yaml" | "js" | "ts"

    Desired config format to scaffold.

    withLocal: boolean

    Whether to include a private .local variant (JSON/YAML only).