From 454973b0171ce027dbd0d51dd496e496cbb0ecce Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Thu, 13 Jun 2024 22:19:23 +0200 Subject: [PATCH] test --- src/config/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/config.js b/src/config/config.js index fc436a9..d33b293 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -1,4 +1,5 @@ const getConfig = () => { + console.log(window._env_) return window._env_ || {}; }