feat: 补齐配置文件

This commit is contained in:
MTrun
2022-02-28 16:08:25 +08:00
parent c29a70f90b
commit 5675ea0720
41 changed files with 161 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ interface ImportMetaEnv {
// 标题
VITE_GLOB_APP_TITLE: string;
// 端口
VITE_DEV_PORT: number;
VITE_DEV_PORT: string;
// 开发地址
VITE_DEV_PATH: string
// 生产地址