Delay initializing SQL in renderer
This commit is contained in:
parent
0d5ef38e52
commit
8cf6748dce
10 changed files with 101 additions and 104 deletions
|
@ -685,6 +685,7 @@ export type ClientInterface = DataInterface & {
|
|||
// whether we should use IPC to use the database in the main process or
|
||||
// use the db already running in the renderer.
|
||||
goBackToMainProcess: () => Promise<void>;
|
||||
startInRendererProcess: (isTesting?: boolean) => Promise<void>;
|
||||
};
|
||||
|
||||
export type ClientJobType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue