mirror of
https://gitee.com/dromara/go-view.git
synced 2026-01-30 00:05:29 +08:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
export interface GlobEnvConfig {
|
|
// 标题
|
|
VITE_GLOB_APP_TITLE: string;
|
|
// 端口
|
|
VITE_PORT: number;
|
|
}
|