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:
10
angular.json
10
angular.json
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user