MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / SketchServerOptions

Interface SketchServerOptions

packages/cli/src/server.ts:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import { executeBatch } from "./batch-transform.js";
21
22interface SketchServerOptions {
23 port: number;
24}
25
26interface SketchServer {
27 wss: WebSocketServer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected