techdocs-cli-embedded-app: default techdocs.builder to local

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-05-07 14:25:39 +02:00
parent 46e78d99fe
commit 178ffdd402
@@ -72,7 +72,7 @@ class TechDocsDevStorageApi implements TechDocsStorageApi {
}
async getBuilder() {
return this.configApi.getString('techdocs.builder');
return this.configApi.getOptionalString('techdocs.builder') || 'local';
}
async getEntityDocs(_entityId: CompoundEntityRef, path: string) {