import { getSDK } from "@openim/wasm-client-sdk";
export const DChatSDK = getSDK({
coreWasmPath: typeof window !== "undefined" ? (window.localStorage.getItem("coreWasmPath") || '') : undefined,
sqlWasmPath: "/sql-wasm.wasm",
debug: process.env.NODE_ENV === "development",
});