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';

View File

@@ -1,3 +1,4 @@
import '@affine/core/bootstrap/browser';
import '@affine/core/bootstrap/blocksuite';
import '@affine/core/bootstrap/cleanup';
import './proxy';

View File

@@ -1,4 +1,5 @@
import '@affine/core/bootstrap/browser';
import '@affine/core/bootstrap/blocksuite';
import '@affine/core/bootstrap/cleanup';
import '@affine/component/theme';
import '@affine/core/mobile/styles/mobile.css';

View File

@@ -1,3 +1,4 @@
import '@affine/core/bootstrap/browser';
import '@affine/core/bootstrap/blocksuite';
import '@affine/core/bootstrap/cleanup';
import '@affine/component/theme';