@karmaniverous/stan-cli
    Preparing search index...

    Type Alias RunnerConfig

    type RunnerConfig = {
        anchors?: string[];
        excludes?: string[];
        imports?: Record<string, string[]>;
        includes?: string[];
        overlayPlan?: string[];
        scripts: ScriptMap;
        stanPath: string;
    }
    Index

    Properties

    anchors?: string[]

    High-precedence re-includes (passed to core; subject to reserved denials).

    excludes?: string[]
    imports?: Record<string, string[]>
    includes?: string[]

    Optional engine selection context (propagated to the archive phase). When present, these are honored by createArchive/createArchiveDiff.

    overlayPlan?: string[]
    scripts: ScriptMap
    stanPath: string