Added the config as a global variable.

This commit is contained in:
Ajay Ramachandran 2020-02-08 20:16:26 -05:00
parent 94af8ab301
commit 8cdbebd6de

View file

@ -254,3 +254,6 @@ function addDefaults() {
setupConfig();
export default Config;
// Make the config public for debugging purposes
(<any> window).SB = Config;