mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
refactor(infra): remove old plugin system (#5411)
plugin system need redesign
This commit is contained in:
@@ -62,15 +62,12 @@
|
||||
"@affine/env/*": ["./packages/common/env/src/*"],
|
||||
"@affine/workspace/*": ["./packages/frontend/workspace/src/*"],
|
||||
"@affine/graphql": ["./packages/frontend/graphql/src"],
|
||||
"@affine/copilot": ["./packages/plugins/copilot/src"],
|
||||
"@affine/copilot/*": ["./packages/plugins/copilot/src/*"],
|
||||
"@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/hooks/*": ["./packages/frontend/hooks/src/*"],
|
||||
"@toeverything/infra/*": ["./packages/common/infra/src/*"],
|
||||
"@affine/sdk/*": ["./packages/common/sdk/src/*"],
|
||||
"@affine/native": ["./packages/frontend/native/index.d.ts"],
|
||||
"@affine/native/*": ["./packages/frontend/native/*"],
|
||||
"@affine/storage": ["./packages/backend/storage/index.d.ts"],
|
||||
@@ -125,32 +122,13 @@
|
||||
{
|
||||
"path": "./packages/common/infra"
|
||||
},
|
||||
{
|
||||
"path": "./packages/common/sdk"
|
||||
},
|
||||
{
|
||||
"path": "./packages/common/y-indexeddb"
|
||||
},
|
||||
// Plugins
|
||||
{
|
||||
"path": "./packages/plugins/copilot"
|
||||
},
|
||||
{
|
||||
"path": "./packages/plugins/hello-world"
|
||||
},
|
||||
{
|
||||
"path": "./packages/plugins/image-preview"
|
||||
},
|
||||
{
|
||||
"path": "./packages/plugins/vue-hello-world"
|
||||
},
|
||||
// Tools
|
||||
{
|
||||
"path": "./tools/cli"
|
||||
},
|
||||
{
|
||||
"path": "./tools/plugin-cli"
|
||||
},
|
||||
// Tests
|
||||
{
|
||||
"path": "./tests/kit"
|
||||
@@ -161,9 +139,6 @@
|
||||
{
|
||||
"path": "./tests/affine-local"
|
||||
},
|
||||
{
|
||||
"path": "./tests/affine-plugin"
|
||||
},
|
||||
{
|
||||
"path": "./tests/affine-migration"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user