mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 23:47:12 +00:00
Forcefully add env file
This commit is contained in:
parent
e4dbb323a5
commit
2d238ff6a2
6
frontend/src/constants/env.ts
Normal file
6
frontend/src/constants/env.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import {IS_PRODUCTION} from "../../../../sass/frontend/src/constants/env";
|
||||
|
||||
export const ENVIRONMENT = {
|
||||
// baseURL: "",
|
||||
baseURL: "https://api.signoz.io",
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user