adds the launcher

This commit is contained in:
2026-06-16 09:59:50 +02:00
parent 87fcf9bf93
commit d5dbf7187d
10 changed files with 419 additions and 65 deletions

View File

@@ -15,6 +15,8 @@ const api = {
project: {
current: () => ipcRenderer.invoke('project:current'),
open: () => ipcRenderer.invoke('project:open'),
openPath: (path: string) => ipcRenderer.invoke('project:openPath', path),
recent: (): Promise<{ path: string; name: string }[]> => ipcRenderer.invoke('projects:recent'),
},
fs: {