chore(deps): update deps

This commit is contained in:
Soybean
2025-03-12 22:24:59 +08:00
parent a1a5c74c74
commit b8112613ea
40 changed files with 827 additions and 1125 deletions

View File

@ -8,6 +8,7 @@ declare namespace Env {
type RouterHistoryMode = 'hash' | 'history' | 'memory';
/** Interface for import.meta */
// eslint-disable-next-line @typescript-eslint/no-shadow
interface ImportMeta extends ImportMetaEnv {
/** The base url of the application */
readonly VITE_BASE_URL: string;