mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00
Merge branch 'develop' into pranshuchittora/fix/0.8.1/tsc
This commit is contained in:
commit
d3094e10bf
@ -3,5 +3,4 @@ export const ENVIRONMENT = {
|
|||||||
process?.env?.FRONTEND_API_ENDPOINT ||
|
process?.env?.FRONTEND_API_ENDPOINT ||
|
||||||
process?.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
process?.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
||||||
'',
|
'',
|
||||||
NODE_ENV: process?.env?.NODE_ENV,
|
|
||||||
};
|
};
|
||||||
|
@ -3,7 +3,6 @@ declare global {
|
|||||||
namespace NodeJS {
|
namespace NodeJS {
|
||||||
interface ProcessEnv {
|
interface ProcessEnv {
|
||||||
FRONTEND_API_ENDPOINT: string | undefined;
|
FRONTEND_API_ENDPOINT: string | undefined;
|
||||||
NODE_ENV: 'development' | 'production' | 'test';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user