From 4b58cee2040814d4b17869270837a8d2c317f6a2 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 25 Mar 2026 19:26:38 -0600 Subject: [PATCH] fix --- src/env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/env.d.ts b/src/env.d.ts index a39b0c4..c2b7299 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -4,6 +4,7 @@ interface ImportMetaEnv { readonly PUBLIC_ADMIN_URL: string readonly PUBLIC_MAXKB_URL: string readonly PUBLIC_ICONIFY_URL: string + readonly PUBLIC_WS_URL: string } interface ImportMeta {