feat: 大屏
This commit is contained in:
10
types/vite-env.d.ts
vendored
Normal file
10
types/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
// 端口
|
||||
VITE_DEV_PORT: string;
|
||||
// 开发地址
|
||||
VITE_DEV_PATH: string
|
||||
// 生产地址
|
||||
VITE_PRO_PATH: string
|
||||
}
|
||||
Reference in New Issue
Block a user