From 2d238ff6a2e4496f7b10b37cfe4b7deddb3205ad Mon Sep 17 00:00:00 2001 From: Himanshu DIxit Date: Tue, 23 Feb 2021 20:09:28 +0530 Subject: [PATCH] Forcefully add env file --- frontend/src/constants/env.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/src/constants/env.ts diff --git a/frontend/src/constants/env.ts b/frontend/src/constants/env.ts new file mode 100644 index 0000000000..ac0b68efe5 --- /dev/null +++ b/frontend/src/constants/env.ts @@ -0,0 +1,6 @@ +import {IS_PRODUCTION} from "../../../../sass/frontend/src/constants/env"; + +export const ENVIRONMENT = { + // baseURL: "", + baseURL: "https://api.signoz.io", +};