import { Server } from "@hocuspocus/server";
const server = Server.configure({
port: 4242,
});
server.listen();