mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 06:31:47 +03:00
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
|
import { setupBlocksuite, setupElectron } from '@affine/core/bootstrap';
|
||
|
|
||
|
setupElectron();
|
||
|
setupBlocksuite();
|