feat: checking env variables

pull/1097/head
smit95tpatel 2022-05-02 14:11:34 +05:30
parent 821955f3b3
commit 7052206b4f
1 changed files with 2 additions and 0 deletions

View File

@ -39,5 +39,7 @@
<script type="text/javaScript">
window.LUMBERJACK_API_URL = "%REACT_APP_LUMBERJACK_API_URL%";
window.LUMBERJACK_API_KEY = "%REACT_APP_LUMBERJACK_API_KEY%";
console.log(window);
</script>
</html>