This commit is contained in:
David Nguyen
2025-02-05 14:59:08 +11:00
parent 6b4c33a1bf
commit f55ccb21dd
6 changed files with 328 additions and 361 deletions

View File

@ -1,7 +1,6 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_TITLE: string;
// more env variables...
}