UNPKG

baldrick-broth

Version:
8 lines (7 loc) 312 B
/** * Responsibilities: Exposes environment-configurable paths. * - Provides the build file path with an environment override */ export declare const buildFilePath: string; /** Optional separate model file path (no env override for now). */ export declare const modelFilePath = "./baldrick-broth-model.yaml";