refactor(desktop): rework default server initialization and connection handling (#16965)
This commit is contained in:
parent
51835ecf90
commit
b76ead3fe8
19 changed files with 400 additions and 584 deletions
|
|
@ -38,7 +38,6 @@ export type ServerReadyData = {
|
|||
url: string,
|
||||
username: string | null,
|
||||
password: string | null,
|
||||
is_sidecar: boolean,
|
||||
};
|
||||
|
||||
export type SqliteMigrationProgress = { type: "InProgress"; value: number } | { type: "Done" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue