feat(storybook): import plugins (#3768)

This commit is contained in:
Alex Yang
2023-08-16 03:01:14 -05:00
committed by GitHub
parent 73eddc2386
commit 3dbefda6ed
7 changed files with 10 additions and 23 deletions

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:*",