mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
feat: remove workspace & cloud sync
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const getDataCenter = () =>
|
||||
import('../src/datacenter/index.js').then(async dataCenter =>
|
||||
dataCenter.getDataCenter()
|
||||
export const getDataCenter = () => {
|
||||
return import('../src/datacenter/index.js').then(async dataCenter =>
|
||||
dataCenter.getDataCenter(false)
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user