feat(storybook): import plugins (#3768)

(cherry picked from commit 3dbefda6ed)
This commit is contained in:
Alex Yang
2023-08-16 03:01:14 -05:00
parent ab70ab2126
commit 555feb59d1
7 changed files with 10 additions and 23 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"exports": {
"./app": "./src/app.tsx",
"./router": "./src/router.ts",
"./bootstrap/setup": "./src/bootstrap/setup.ts"
"./bootstrap/setup": "./src/bootstrap/setup.ts",
"./bootstrap/register-plugins": "./src/bootstrap/register-plugins.ts"
},
"dependencies": {
"@affine-test/fixtures": "workspace:*",