mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
feat(nbstore): init (#7639)
TODO - [x] basic - [x] storages - [x] producer/consumer - [x] operation pattern - [x] events - [x] worker - [x] readme - [x] peer dependencies
This commit is contained in:
+5
-1
@@ -72,7 +72,8 @@
|
||||
"@affine/native/*": ["./packages/frontend/native/*"],
|
||||
"@affine/server-native": ["./packages/backend/native/index.d.ts"],
|
||||
// Development only
|
||||
"@affine/electron/*": ["./packages/frontend/apps/electron/src/*"]
|
||||
"@affine/electron/*": ["./packages/frontend/apps/electron/src/*"],
|
||||
"@affine/nbstore": ["./packages/common/nbstore/src"]
|
||||
}
|
||||
},
|
||||
"include": [],
|
||||
@@ -131,6 +132,9 @@
|
||||
{
|
||||
"path": "./packages/common/infra"
|
||||
},
|
||||
{
|
||||
"path": "./packages/common/nbstore"
|
||||
},
|
||||
// Tools
|
||||
{
|
||||
"path": "./tools/cli"
|
||||
|
||||
Reference in New Issue
Block a user