Build Electron main/preload targets from a normal Vite project and manage
Electron through the existing resilient runner during vite serve.
The renderer remains an ordinary Vite application. The preload is rebuilt
before every main-process build, so Electron only restarts after both outputs
are ready.
Build Electron main/preload targets from a normal Vite project and manage Electron through the existing resilient runner during
vite serve.The renderer remains an ordinary Vite application. The preload is rebuilt before every main-process build, so Electron only restarts after both outputs are ready.