7 lines
No EOL
154 B
JavaScript
7 lines
No EOL
154 B
JavaScript
const electron = require('electron')
|
|
|
|
console.log('preload is in baby')
|
|
|
|
process.once('loaded', () => {
|
|
global.ipcRenderer = electron.ipcRenderer;
|
|
}); |