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