feat: checking env variables

pull/1097/head
smit95tpatel 2022-05-02 15:21:06 +05:30
parent 7052206b4f
commit 7dc2bf0569
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@
window.LUMBERJACK_API_URL = "%REACT_APP_LUMBERJACK_API_URL%";
window.LUMBERJACK_API_KEY = "%REACT_APP_LUMBERJACK_API_KEY%";
console.log(window);
console.log(window)
</script>
</html>