feat: scaffold electron orchestrator foundation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot CLI
2026-03-21 09:27:28 +01:00
co-authored by Copilot
parent 1ed3d3f652
commit 9e509593d6
46 changed files with 3870 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { ElectronApi } from '@shared/contracts/ipc';
declare global {
interface Window {
kopayaApi: ElectronApi;
}
}
export {};