feat: 添加 ts 类型

This commit is contained in:
ChenZhaoYu
2023-02-15 16:07:42 +08:00
parent 7835740159
commit 7930ec5dab
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
/** api url */
readonly VITE_GLOB_API_URL: string;
readonly VITE_APP_API_BASE_URL: string;
}