refactor: add workspace unit

This commit is contained in:
alt0
2023-01-10 18:37:24 +08:00
parent 5723117cb8
commit e13d27ad9c
16 changed files with 386 additions and 268 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ const _initializeDataCenter = () => {
export const getDataCenter = _initializeDataCenter();
export type { AccessTokenMessage } from './provider/affine/apis';
export type { WorkspaceInfo } from './types';
export { WorkspaceUnit } from './workspace-unit';
export { getLogger } from './logger';
export * from './message';