1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 11:54:02 +00:00

[PS] fix broken local Storybook (#9075)

* add disableRoutesGraph to compdocArgs

* fix popup-layout story routes
This commit is contained in:
Will Martin
2024-05-07 14:48:23 -04:00
committed by GitHub
parent de0852431a
commit 27d4178287
2 changed files with 15 additions and 7 deletions

View File

@@ -142,7 +142,15 @@
"configDir": ".storybook",
"browserTarget": "components:build",
"compodoc": true,
"compodocArgs": ["-p", "./tsconfig.json", "-e", "json", "-d", "."],
"compodocArgs": [
"-p",
"./tsconfig.json",
"-e",
"json",
"-d",
".",
"--disableRoutesGraph"
],
"port": 6006
}
},