From af976c52c3dd71f45b242e8374afdf4244595368 Mon Sep 17 00:00:00 2001 From: Al McKinlay Date: Mon, 12 Mar 2018 09:46:28 +0000 Subject: [PATCH] Add server config api --- src/plugins/packages/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/packages/index.js b/src/plugins/packages/index.js index afab956c..d9d0b8f9 100644 --- a/src/plugins/packages/index.js +++ b/src/plugins/packages/index.js @@ -20,6 +20,9 @@ const packageApis = function(packageName) { Stylesheets: { addFile: addStylesheet.bind(this, packageName), }, + Config: { + getConfig: () => Helper.config, + }, }; };