Update webui assets
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
lightrag/api/webui/index.html
generated
4
lightrag/api/webui/index.html
generated
@@ -8,8 +8,8 @@
|
||||
<link rel="icon" type="image/svg+xml" href="logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Lightrag</title>
|
||||
<script type="module" crossorigin src="/webui/assets/index-CxrKLc9_.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/webui/assets/index-IxqaC6xZ.css">
|
||||
<script type="module" crossorigin src="/webui/assets/index-Du5ct2zA.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/webui/assets/index-CWu3545z.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
@@ -76,7 +76,7 @@ function App() {
|
||||
if (!healthCheckInitializedRef.current) {
|
||||
healthCheckInitializedRef.current = true;
|
||||
// Immediate health check on first load
|
||||
performHealthCheck();
|
||||
// performHealthCheck();
|
||||
}
|
||||
|
||||
// Set interval for periodic execution
|
||||
|
Reference in New Issue
Block a user