Upgrade vite project
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 11:26:51 +01:00
parent 5d49ce17a6
commit e14f51ef7e
13 changed files with 2013 additions and 513 deletions

View File

@ -17,7 +17,6 @@ import {
ListItemText,
} from "@mui/material";
import { Outlet, useLocation } from "react-router-dom";
import { isDebug } from "../utils/DebugUtils";
import { RouterLink } from "./RouterLink";
import { VirtWebAppBar } from "./VirtWebAppBar";

View File

@ -9,7 +9,7 @@ export function VMScreenshot(p: { vm: VMInfo }): React.ReactElement {
string | undefined
>();
const int = React.useRef<number | undefined>(undefined);
const int = React.useRef<any | undefined>(undefined);
React.useEffect(() => {
const refresh = async () => {