wip-electron

This commit is contained in:
Ramnique Singh 2025-12-23 18:26:32 +05:30
parent c637cb49ac
commit 2491bacea1
17 changed files with 8098 additions and 517 deletions

5
apps/electron/preload.js Normal file
View file

@ -0,0 +1,5 @@
const { contextBridge } = require('electron');
contextBridge.exposeInMainWorld('config', {
apiBase: process.env.API_BASE,
});