libs/nx/src/executors/journal/schema.ts
Properties |
|
export interface JournalExecutorSchema {
/**
* Relative paths from the project root to secondary entry point folders whose
* building blocks should be merged into the root journal.json.
* @example
* project root: libs/core
* secondary entry point folder: libs/core/dynamic-form/building-block
* secondaryPaths: ['dynamic-form/building-block']
*/
secondaryPaths?: string[];
}