mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 补齐配置文件
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ interface ImportMetaEnv {
|
||||
// 标题
|
||||
VITE_GLOB_APP_TITLE: string;
|
||||
// 端口
|
||||
VITE_DEV_PORT: number;
|
||||
VITE_DEV_PORT: string;
|
||||
// 开发地址
|
||||
VITE_DEV_PATH: string
|
||||
// 生产地址
|
||||
|
||||
Reference in New Issue
Block a user