UNPKG

mcard-js

Version:

MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers

8 lines 293 B
/** * Standalone WebSocket Server Worker Script. * * This script is spawned by the WebSocket Server builtin to run the actual server process. * It reads configuration from environment variables and uses the 'ws' library. */ export {}; //# sourceMappingURL=websocket-server-worker.d.ts.map