Skip to content

Commit eaf4a03

Browse files
authored
Merge pull request #7805 from nextcloud-libraries/chore/styleguidist-port-env
chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT
2 parents d21cce6 + 496b8ea commit eaf4a03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styleguide.config.cjs

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

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

0 commit comments

Comments
 (0)