Add basic logging, debugging and store.
This commit is contained in:
6
src/main/ipc/ipcMainConfig.ts
Normal file
6
src/main/ipc/ipcMainConfig.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ipcMain } from "electron";
|
||||
import ipcTypes from "../../util/ipcTypes.json";
|
||||
|
||||
ipcMain.on(ipcTypes.toMain.test, (payload: any) =>
|
||||
console.log("** Verify that ipcMain is loaded and working.", payload)
|
||||
);
|
||||
Reference in New Issue
Block a user