perf(bundle): replace broad storage and utils imports

This commit is contained in:
2026-07-14 18:13:55 +08:00
parent e270be9bd9
commit 0033625866
85 changed files with 136 additions and 97 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
*/
import { getApiConfig } from "@/core/net/config/api_config";
import { ExceptionHandler } from "@/core/errors";
import { AppEnvUtil, Logger } from "@/utils";
import { AppEnvUtil } from "@/utils/app-env";
import { Logger } from "@/utils/logger";
const log = new Logger("ChatWebSocket");
const RECONNECT_DELAY_MS = 3000;