remove pointless export

This commit is contained in:
nvms 2025-04-17 21:15:48 -04:00
parent f37f040ecf
commit 7f7d3168af

View File

@ -10,8 +10,6 @@ import { Connection } from "./connection";
import { parseCommand, type Command } from "../common/message";
import type { Operation } from "fast-json-patch";
export { RecordManager }; // Export RecordManager
const PUB_SUB_CHANNEL_PREFIX = "mesh:pubsub:";
const RECORD_PUB_SUB_CHANNEL = "mesh:record-updates";