feat(FN-1070): restore desktop Electron scaffolding
- Reintroduce the @fusion/desktop workspace package with Electron main, preload, and renderer entrypoints - Add desktop build/test tooling (TypeScript, Vitest, electron-builder) and update workspace build dependency settings for Electron - Wire secure IPC bridge APIs for app version/quit flows with exported preload typings - Add README usage docs and unit tests covering main-process window/tray behavior and preload API wiring
This commit is contained in:
3
packages/desktop/src/renderer.ts
Normal file
3
packages/desktop/src/renderer.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file is a placeholder. The Electron shell currently connects to the
|
||||
// Fusion dashboard server via URL. Future tasks will embed the dashboard's
|
||||
// built client assets here.
|
||||
Reference in New Issue
Block a user