Just Fixes

This commit is contained in:
RohitHuge 2026-06-03 19:51:08 +05:30
parent acc2ef9e96
commit 348bc2d1d3
8 changed files with 514 additions and 14 deletions

4
ui/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "ui",
"version": "1.30.1",
"version": "1.33.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ui",
"version": "1.30.1",
"version": "1.33.0",
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@radix-ui/react-alert-dialog": "^1.1.15",

View file

@ -6,7 +6,7 @@ import { getServerBackendUrl } from "@/lib/apiClient";
// Import version from package.json at build time
import packageJson from "../../../../../package.json";
const HEALTHCHECK_TIMEOUT_MS = 3000;
const HEALTHCHECK_TIMEOUT_MS = 10000;
function trimTrailingSlash(url: string) {
return url.endsWith("/") ? url.slice(0, -1) : url;