This commit is contained in:
Frank
2025-11-21 12:50:51 -05:00
parent 3ad1e1904d
commit 764a813d94
24 changed files with 497 additions and 429 deletions
+4 -2
View File
@@ -2,7 +2,9 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {}
interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}