build(component): fix component storybook (#9990)

This commit is contained in:
forehalo
2025-02-06 15:58:10 +00:00
parent 1652e6df6b
commit 2ff31c6274
5 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@affine/component",
"private": true,
"type": "module",
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
@@ -64,6 +65,7 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@affine-tools/utils": "workspace:*",
"@blocksuite/affine": "workspace:*",
"@blocksuite/icons": "2.2.2",
"@chromatic-com/storybook": "^3.2.2",