mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
refactor(electron): use sqlite to store server clock & sync meta (#6957)
After this PR, IDB should not be used in desktop any longer.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"private": true,
|
||||
"exports": {
|
||||
"./blocksuite": "./src/blocksuite/index.ts",
|
||||
"./storage": "./src/storage/index.ts",
|
||||
"./app-config-storage": "./src/app-config-storage.ts",
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user