master
alex 2024-02-08 19:27:03 +01:00
parent 3105ccfd9b
commit 2521e14cfd
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,6 @@ 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 = {
TEXT_EMPTY_PLACEHOLDER: "-/-",
API_ADDRESS: apiAddress,
@ -97,6 +94,9 @@ export const Constants = {
SUPPORT_EMAIL: process.env.REACT_APP_SUPPORT_EMAIL,
};
console.log("env", process.env);
console.log("Consta", Constants.PRIVACY_POLICY_URL);
export const AppStyle = {
app: {
margin: 12,