This commit is contained in:
Frank 2025-11-21 12:50:51 -05:00
commit 037e8d4555
24 changed files with 579 additions and 511 deletions

View file

@ -2,7 +2,9 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {}
interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}