mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-01-13 06:04:21 +08:00
fix 修复 pr!150 sse开关缺少变量问题
This commit is contained in:
1
src/types/env.d.ts
vendored
1
src/types/env.d.ts
vendored
@@ -19,6 +19,7 @@ interface ImportMetaEnv {
|
||||
VITE_APP_RSA_PRIVATE_KEY: string;
|
||||
VITE_APP_CLIENT_ID: string;
|
||||
VITE_APP_WEBSOCKET: string;
|
||||
VITE_APP_SSE: string;
|
||||
}
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
|
||||
Reference in New Issue
Block a user