mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 01:45:53 +08:00
bug(UI): frontend build is fixed (#692)
This commit is contained in:
parent
51b11d0119
commit
ffd2c9b466
@ -1,3 +1,7 @@
|
||||
export const ENVIRONMENT = {
|
||||
baseURL: process?.env?.FRONTEND_API_ENDPOINT || process.env.GITPOD_WORKSPACE_URL.replace('://','://8080-') ||'http://localhost:8080'|| '',
|
||||
baseURL:
|
||||
process?.env?.FRONTEND_API_ENDPOINT ||
|
||||
process.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
||||
'http://localhost:8080' ||
|
||||
'',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user