import type { RequestEvent } from "@sveltejs/kit"; // This source file is a noop placeholder; // build/dev:worker will alias it to the generated websocket registry. // import this and use in hooks.server.ts. export async function maybeHandleWebSocket(_event: RequestEvent) { return null; }