Move the loadModule method from src/worker/App.mjs to src/worker/Base.mjs.
Requirements:
- Refactor: Cut
loadModule from App, paste into Base.
- Expose: Update
remote configs in App.mjs, Canvas.mjs, Data.mjs (etc.) to ensure loadModule is accessible.
- Verify: Ensure dynamic imports still work in the worker context.