mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
12 lines
216 B
TypeScript
12 lines
216 B
TypeScript
import { config, setupGlobal } from './config';
|
|
|
|
setupGlobal();
|
|
|
|
if (config.enablePlugin && !environment.isServer) {
|
|
import('@affine/copilot');
|
|
}
|
|
|
|
if (!environment.isServer) {
|
|
import('@affine/bookmark-block');
|
|
}
|