mostly working
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user