update 重构 common-sse 与 common-websocket 合并为 ruoyi-common-push 推送模块
This commit is contained in:
Vendored
+3
-2
@@ -18,8 +18,9 @@ interface ImportMetaEnv {
|
||||
VITE_APP_RSA_PUBLIC_KEY: string;
|
||||
VITE_APP_RSA_PRIVATE_KEY: string;
|
||||
VITE_APP_CLIENT_ID: string;
|
||||
VITE_APP_WEBSOCKET: string;
|
||||
VITE_APP_SSE: string;
|
||||
VITE_APP_MESSAGE_ENABLED: string;
|
||||
VITE_APP_MESSAGE_TRANSPORT: string;
|
||||
VITE_APP_MESSAGE_PATH: string;
|
||||
}
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
|
||||
Reference in New Issue
Block a user