feat(core): allow core modules to import itself (#5207)

This commit is contained in:
Peng Xiao
2023-12-06 08:45:54 +00:00
parent e0cada49f5
commit 2b53430539
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"./router": "./src/router.ts",
"./bootstrap/setup": "./src/bootstrap/setup.ts",
"./bootstrap/register-plugins": "./src/bootstrap/register-plugins.ts",
"./components/pure/*": "./src/components/pure/*/index.tsx"
"./*": "./src/*"
},
"dependencies": {
"@affine-test/fixtures": "workspace:*",