Skip to content

Commit

Permalink
docs: Add notes about serveStatic option
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jul 31, 2015
1 parent 4817b71 commit d923bd9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/default-config.js
Expand Up @@ -90,7 +90,12 @@ module.exports = {

/**
* Add additional directories from which static
* files should be served.
* files should be served. Should only be used in `proxy` or `snippet`
* mode.
* @property serveStatic
* @type Array
* @default []
* @since 2.8.0
*/
serveStatic: [],

Expand Down

0 comments on commit d923bd9

Please sign in to comment.