UNPKG

@angstone/monostone

Version:

monolitic event-sourced framework

11 lines (10 loc) 206 B
/** * recipe to config */ export interface IConfigRecipe { /** * path to config .env file when different from default (root of project) */ envPath?: string; featuresPath?: string; }