Merge branch 'master' of gitee.com:youlaiorg/vue3-element-admin
This commit is contained in:
3
types/env.d.ts
vendored
3
types/env.d.ts
vendored
@@ -4,8 +4,7 @@
|
||||
* Vite 环境变量类型定义
|
||||
*/
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APP_PORT: number;
|
||||
readonly VITE_APP_NAME: string;
|
||||
readonly VITE_APP_PORT: string;
|
||||
readonly VITE_APP_BASE_API: string;
|
||||
readonly VITE_APP_API_URL: string;
|
||||
readonly VITE_APP_TITLE?: string;
|
||||
|
||||
Reference in New Issue
Block a user