mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
|
|
const { contextBridge } = require('electron');
|
||
|
|
|
||
|
|
contextBridge.exposeInMainWorld('config', {
|
||
|
|
apiBase: process.env.API_BASE,
|
||
|
|
});
|