We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PORT
1 parent 2c9c72b commit e069a88Copy full SHA for e069a88
styleguide.config.js
@@ -3,6 +3,7 @@ const { createStyleguideConfig } = require('create-react-styleguide');
3
4
let config = createStyleguideConfig({
5
usageMode: 'expand',
6
+ serverPort: +process.env.PORT || 6060,
7
sections: [{
8
name: 'Releases ↗',
9
href: 'https://github.com/zillow/drywall/blob/master/CHANGELOG.md',
0 commit comments