additions for elektron app and better sound

This commit is contained in:
vadimwit
2026-03-05 21:47:16 +00:00
parent 8a0f9f51fa
commit 10962077bf
8 changed files with 4752 additions and 502 deletions
+8
View File
@@ -0,0 +1,8 @@
// Preload runs in a privileged context before the renderer.
// Expose only what the app actually needs from Node/Electron here.
// Currently the app is pure browser JS so nothing needs exposing.
const { contextBridge } = require('electron')
contextBridge.exposeInMainWorld('electronAPI', {
platform: process.platform,
})