Files
blb-throne-of-the-bone-king/electron/preload.ts
T

6 lines
126 B
TypeScript
Raw Normal View History

2026-06-10 15:01:09 -05:00
import { contextBridge } from 'electron';
contextBridge.exposeInMainWorld('boneKingApp', {
platform: process.platform,
});