adds the launcher
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user