This commit is contained in:
nvms 2025-04-17 16:30:08 -04:00
parent 18f60550e2
commit 8a84f6ea04

View File

@ -7,7 +7,7 @@ Mesh is a command-based WebSocket server and client framework designed for scala
### Server
```ts
import { MeshServer, MeshContext } from "@prsm/mesh/server";
import { MeshServer } from "@prsm/mesh/server";
const server = new MeshServer({
port: 8080,