baldrick-broth
Version:
Build automation tool and task runner
8 lines (7 loc) • 312 B
TypeScript
/**
* 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";