fix(core): plugin (#3307)

This commit is contained in:
Alex Yang
2023-07-19 15:00:42 +08:00
committed by GitHub
parent f4aa249138
commit 8e9535dd27
5 changed files with 18 additions and 1 deletions
+1
View File
@@ -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 {};
+8
View File
@@ -45,6 +45,14 @@
{
"path": "../../packages/workspace"
},
{
"path": "../../plugins/bookmark-block"
},
{
"path": "../../plugins/copilot"
},
{
"path": "./tsconfig.node.json"
},