mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
export interface GlobEnvConfig {
|
|
// 标题
|
|
VITE_GLOB_APP_TITLE: string;
|
|
// 端口
|
|
VITE_PORT: number;
|
|
}
|