Fix documentation build system - resolve becca module instance issue

Fixed the issue where multiple becca instances were being created due to inconsistent module import paths. The solution was to export becca from becca_loader and access it from there, ensuring a single instance is used throughout the build process.

Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-02 22:18:49 +00:00
parent 01deab9c79
commit 0c6a57d3bb
89 changed files with 568 additions and 5 deletions

View File

@@ -293,5 +293,6 @@ eventService.subscribeBeccaLoader(eventService.LEAVE_PROTECTED_SESSION, load);
export default {
load,
reload,
beccaLoaded
beccaLoaded,
becca
};