Add server config api

This commit is contained in:
Al McKinlay 2018-03-12 09:46:28 +00:00 committed by Alistair McKinlay
parent ff8b706cc6
commit af976c52c3

View File

@ -20,6 +20,9 @@ const packageApis = function(packageName) {
Stylesheets: { Stylesheets: {
addFile: addStylesheet.bind(this, packageName), addFile: addStylesheet.bind(this, packageName),
}, },
Config: {
getConfig: () => Helper.config,
},
}; };
}; };