From 3105ccfd9b4edb499b735970e53d2fc992045eae Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Feb 2024 19:10:51 +0100 Subject: [PATCH] debug --- src/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.js b/src/utils.js index 776a4fa..58b858f 100644 --- a/src/utils.js +++ b/src/utils.js @@ -28,6 +28,7 @@ if (window.location.hostname === "localhost" && window.location.port === "") { // wsAddress = `${wssProtocol}${window.location.hostname}/ws`; } +console.log("env", process.env); console.log("Consta", Constants.PRIVACY_POLICY_URL); export const Constants = {