feat(core): cleanup unused indexeddb when bootstrapping (#11325)

This commit is contained in:
EYHN
2025-03-31 14:20:41 +00:00
parent ac096f533a
commit 5f3cf53819
5 changed files with 32 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import '@affine/core/bootstrap/electron';
import '@affine/core/bootstrap/blocksuite';
import '@affine/core/bootstrap/cleanup';
import '@affine/component/theme';
import './global.css';