버전명 표시

This commit is contained in:
Macbook
2026-06-15 10:31:44 +09:00
parent 0e09825cab
commit 6481a432fd
7 changed files with 112 additions and 17 deletions
+9
View File
@@ -1 +1,10 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_VERSION?: string;
readonly VITE_API_BASE_URL?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}