chore: remove unused y-indexeddb (#6728)

This commit is contained in:
EYHN
2024-04-29 09:14:41 +00:00
parent 9c8168a066
commit 20116eb940
30 changed files with 52 additions and 2257 deletions

View File

@@ -65,7 +65,6 @@
"@affine/electron/scripts/*": ["./packages/frontend/electron/scripts/*"],
"@affine-test/kit/*": ["./tests/kit/*"],
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
"@toeverything/y-indexeddb": ["./packages/common/y-indexeddb/src"],
"@toeverything/infra": ["./packages/common/infra/src"],
"@affine/native": ["./packages/frontend/native/index.d.ts"],
"@affine/native/*": ["./packages/frontend/native/*"],
@@ -115,9 +114,6 @@
{
"path": "./packages/common/infra"
},
{
"path": "./packages/common/y-indexeddb"
},
// Tools
{
"path": "./tools/cli"