From d923bd9f034f999f1a39f28437890bc4c6a930f1 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Fri, 31 Jul 2015 13:33:23 +0100 Subject: [PATCH] docs: Add notes about serveStatic option --- lib/default-config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/default-config.js b/lib/default-config.js index db569e9af..2c47a32f4 100644 --- a/lib/default-config.js +++ b/lib/default-config.js @@ -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: [],