mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
export const getDataCenter = () => {
|
|
return import('../src/index.js').then(async dataCenter =>
|
|
dataCenter.getDataCenter(false)
|
|
);
|
|
};
|