This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
project-client/src/preload/index.ts
2023-04-04 00:41:52 +02:00

4 lines
146 B
TypeScript

import { ipcRenderer } from "electron";
import { GET_PRELOAD_FILE } from "../shared/IpcEvents";
require(ipcRenderer.sendSync(GET_PRELOAD_FILE));