mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-09 07:12:39 +02:00
wip-electron
This commit is contained in:
parent
c637cb49ac
commit
2491bacea1
17 changed files with 8098 additions and 517 deletions
5
apps/electron/preload.js
Normal file
5
apps/electron/preload.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const { contextBridge } = require('electron');
|
||||
|
||||
contextBridge.exposeInMainWorld('config', {
|
||||
apiBase: process.env.API_BASE,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue