mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 04:51:49 +08:00
feat: add @affine/sdk (#3536)
This commit is contained in:
+8
-1
@@ -77,6 +77,7 @@
|
||||
"@toeverything/hooks/*": ["./packages/hooks/src/*"],
|
||||
"@toeverything/infra/*": ["./packages/infra/src/*"],
|
||||
"@toeverything/plugin-infra/*": ["./packages/plugin-infra/src/*"],
|
||||
"@affine/sdk/*": ["./packages/sdk/src/*"],
|
||||
"@affine/native": ["./packages/native/index.d.ts"],
|
||||
"@affine/native/*": ["./packages/native/*"],
|
||||
"@affine/storage": ["./packages/storage/index.d.ts"],
|
||||
@@ -104,6 +105,9 @@
|
||||
{
|
||||
"path": "./packages/infra"
|
||||
},
|
||||
{
|
||||
"path": "./packages/plugin-infra"
|
||||
},
|
||||
{
|
||||
"path": "./packages/graphql"
|
||||
},
|
||||
@@ -112,7 +116,7 @@
|
||||
},
|
||||
// Plugins
|
||||
{
|
||||
"path": "./packages/plugin-infra"
|
||||
"path": "./packages/sdk"
|
||||
},
|
||||
{
|
||||
"path": "./plugins/bookmark"
|
||||
@@ -123,6 +127,9 @@
|
||||
{
|
||||
"path": "./plugins/hello-world"
|
||||
},
|
||||
{
|
||||
"path": "./plugins/image-preview"
|
||||
},
|
||||
// Packages
|
||||
{
|
||||
"path": "./packages/cli"
|
||||
|
||||
Reference in New Issue
Block a user