From 8cdbebd6de1db74b7ac0b08b183201ce72ddb032 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 8 Feb 2020 20:16:26 -0500 Subject: [PATCH] Added the config as a global variable. --- src/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.ts b/src/config.ts index 8fb2802d..7ad42afd 100644 --- a/src/config.ts +++ b/src/config.ts @@ -254,3 +254,6 @@ function addDefaults() { setupConfig(); export default Config; + +// Make the config public for debugging purposes +( window).SB = Config; \ No newline at end of file