feat: getWorkspaces ipc

This commit is contained in:
linonetwo
2023-01-09 16:27:09 +08:00
parent a409009d65
commit e9ee729b5d
12 changed files with 155 additions and 9 deletions
-1
View File
@@ -48,7 +48,6 @@ export class DataCenter {
new TauriIPCProvider({
logger: dc._logger,
workspaces: dc._workspaces.createScope(),
blobs: dc._blobStorage,
})
);
}