mostly working

This commit is contained in:
czlonkowski
2025-06-09 17:23:00 +02:00
parent 6851d2f253
commit b50025081a
19 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -65,7 +65,7 @@ export class EnhancedDocumentationFetcher {
private cloned = false;
constructor(docsPath?: string) {
this.docsPath = docsPath || path.join(process.cwd(), 'temp', 'n8n-docs');
this.docsPath = docsPath || path.join(__dirname, '../../temp', 'n8n-docs');
}
/**