Skip to content

Commit e35d454

Browse files
authored
Merge pull request #7806 from nextcloud-libraries/backport/7805/stable8
[stable8] chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT
2 parents 78d4698 + 354da7a commit e35d454

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styleguide.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module.exports = async () => {
6868
},
6969
}),
7070

71+
serverPort: +(process.env.VUE_STYLEGUIDIST_PORT || 6060),
72+
7173
exampleMode: 'collapse',
7274
usageMode: 'collapse',
7375

0 commit comments

Comments
 (0)