Skip to content

Commit d923bd9

Browse files
committed
docs: Add notes about serveStatic option
1 parent 4817b71 commit d923bd9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/default-config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@ module.exports = {
9090

9191
/**
9292
* Add additional directories from which static
93-
* files should be served.
93+
* files should be served. Should only be used in `proxy` or `snippet`
94+
* mode.
95+
* @property serveStatic
96+
* @type Array
97+
* @default []
98+
* @since 2.8.0
9499
*/
95100
serveStatic: [],
96101

0 commit comments

Comments
 (0)