Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
import
{ executeBatch } from
"./batch-transform.js"
;
21
22
interface
SketchServerOptions {
23
port: number;
24
}
25
26
interface
SketchServer {
27
wss: WebSocketServer;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected