fix(aidocs): correct smartconfig file handling and tighten TypeScript typings
This commit is contained in:
@@ -80,7 +80,7 @@ Don't wrap the JSON in \`\`\`json\`\`\` - just return the raw JSON object.
|
||||
const files = await projectContext.gatherFiles();
|
||||
|
||||
// Update smartconfig.json
|
||||
const smartconfigJson = files.smartfilesNpmextraJSON;
|
||||
const smartconfigJson = files.smartfilesSmartconfigJSON;
|
||||
const smartconfigJsonContent = JSON.parse(smartconfigJson.contents.toString());
|
||||
|
||||
smartconfigJsonContent['gitzone'].module.description = resultObject.description;
|
||||
|
||||
Reference in New Issue
Block a user