Add PLATFORM_NAME

This commit is contained in:
Jon Staab
2026-02-26 10:38:07 -08:00
parent 58d3036d31
commit e9f56295de
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ declare global {
interface ImportMetaEnv {
readonly VITE_API_URL: string
readonly VITE_PLATFORM_NAME?: string
}
interface ImportMeta {