mark electron renderer for codex bridge

This commit is contained in:
dirtydishes 2026-05-20 19:51:59 -04:00
parent 31a8e07a5b
commit a54e847c8e
5 changed files with 82 additions and 17 deletions

View file

@ -33,4 +33,8 @@ const bridge = {
}
};
contextBridge.exposeInMainWorld("islandflowDesktopRuntime", {
shell: "electron",
app: "islandflow"
});
contextBridge.exposeInMainWorld("islandflowDesktop", bridge);