mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-14 17:16:10 +02:00
fix(installer): harden locale docs install
This commit is contained in:
parent
71aedad889
commit
666b4e2261
12 changed files with 338 additions and 42 deletions
|
|
@ -28,6 +28,8 @@ function createInstallPlanFromRequest(request, options = {}) {
|
|||
return createLegacyCompatInstallPlan({
|
||||
target: request.target,
|
||||
legacyLanguages: request.legacyLanguages,
|
||||
includeComponentIds: request.includeComponentIds,
|
||||
excludeComponentIds: request.excludeComponentIds,
|
||||
projectRoot: options.projectRoot,
|
||||
homeDir: options.homeDir,
|
||||
claudeRulesDir: options.claudeRulesDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue