Workflow Run Timeline UI (#1433)

This commit is contained in:
Shuchang Zheng
2024-12-23 23:44:47 -08:00
committed by GitHub
parent 682bc717f9
commit 517de67811
42 changed files with 1517 additions and 301 deletions

View File

@@ -19,13 +19,4 @@ if (!artifactApiBaseUrl) {
console.warn("artifactApiBaseUrl environment variable was not set");
}
const observerEnabled = import.meta.env.VITE_OBSERVER_ENABLED as string;
const observerFeatureEnabled = observerEnabled === "true";
export {
apiBaseUrl,
environment,
envCredential,
artifactApiBaseUrl,
observerFeatureEnabled,
};
export { apiBaseUrl, environment, envCredential, artifactApiBaseUrl };