project-client/src/preload/index.ts

5 lines
146 B
TypeScript
Raw Normal View History

2023-04-03 22:41:52 +00:00
import { ipcRenderer } from "electron";
import { GET_PRELOAD_FILE } from "../shared/IpcEvents";
2023-03-30 23:21:06 +00:00
2023-04-03 22:41:52 +00:00
require(ipcRenderer.sendSync(GET_PRELOAD_FILE));