mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
fix(core): ai lit element import (#7257)
Fix ai lit component import error.
f57a665819/packages/frontend/core/package.json (L13-L16)
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
"./*": "./src/*"
|
||||
},
|
||||
"sideEffects": [
|
||||
"./src/**/*.css"
|
||||
"./src/**/*.css",
|
||||
"./src/blocksuite/**/*.ts",
|
||||
"./src/components/blocksuite/**/*.ts",
|
||||
"./src/components/blocksuite/**/*.tsx"
|
||||
],
|
||||
"dependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
@@ -115,4 +118,4 @@
|
||||
"mime-types": "^2.1.35",
|
||||
"vitest": "1.6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user