mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
fix(core): plugin (#3307)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine/bookmark-block": "workspace:*",
|
||||
"@affine/component": "workspace:*",
|
||||
"@affine/copilot": "workspace:*",
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/graphql": "workspace:*",
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import('@affine/bookmark-block');
|
||||
if (runtimeConfig.enablePlugin) {
|
||||
import('@affine/copilot');
|
||||
}
|
||||
|
||||
export {};
|
||||
|
||||
@@ -45,6 +45,14 @@
|
||||
{
|
||||
"path": "../../packages/workspace"
|
||||
},
|
||||
|
||||
{
|
||||
"path": "../../plugins/bookmark-block"
|
||||
},
|
||||
{
|
||||
"path": "../../plugins/copilot"
|
||||
},
|
||||
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user