c85ac86117
Split the shared loadCliConfig function into two separate implementations to remove the cross-module dependency from build to config. The build module's version keeps the watch/streaming capability needed by the dev server, while the config module's version is simplified to one-shot loading since no config commands need watching. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
180 B
180 B
@backstage/cli
| @backstage/cli |
|---|
| patch |
Internal refactor to split loadCliConfig into separate implementations for the build and config CLI modules, removing a cross-module dependency.