File

libs/nx/src/executors/journal/schema.ts

Index

Properties

Properties

secondaryPaths (Optional)
Type string[]
Description

Relative paths from the project root to secondary entry point folders whose building blocks should be merged into the root journal.json.

project root: libs/core
secondary entry point folder: libs/core/dynamic-form/building-block
secondaryPaths: ['dynamic-form/building-block']
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[];
}

results matching ""

    No results matching ""