fix 修复 pr!150 sse开关缺少变量问题

This commit is contained in:
疯狂的狮子Li 2024-10-15 13:49:32 +08:00
parent 1d852da351
commit a62a3de23c

1
src/types/env.d.ts vendored
View File

@ -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;