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