Skip to main content

electron/preload

Modular Preload Entry Point - Type-safe domain-based Electron APIs

Remarks

This is the main preload script that exposes all domain-specific APIs to the renderer process. It replaces the monolithic preload approach with a clean, modular architecture where each domain (sites, monitoring, data, etc.) has its own dedicated API surface.