fix 修复 pr!150 sse开关缺少变量问题
This commit is contained in:
parent
1d852da351
commit
a62a3de23c
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_RSA_PRIVATE_KEY: string;
|
||||||
VITE_APP_CLIENT_ID: string;
|
VITE_APP_CLIENT_ID: string;
|
||||||
VITE_APP_WEBSOCKET: string;
|
VITE_APP_WEBSOCKET: string;
|
||||||
|
VITE_APP_SSE: string;
|
||||||
}
|
}
|
||||||
interface ImportMeta {
|
interface ImportMeta {
|
||||||
readonly env: ImportMetaEnv;
|
readonly env: ImportMetaEnv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user