3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
// Root Electron shim: delegate to the maintained process entrypoint.
|
|
require('./frontend/electron/main.cjs');
|