Browse Source

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

疯狂的狮子Li 6 months ago
parent
commit
a62a3de23c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/types/env.d.ts

+ 1 - 0
src/types/env.d.ts

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