Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1weiho/open-slide
/ ServerFlags
Interface
ServerFlags
packages/core/src/cli/run.ts:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
interface
ServerFlags {
26
port?: number;
27
host?: string | boolean;
28
open?: boolean;
29
}
30
31
interface
DevFlags extends ServerFlags {
32
skillsCheck?: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected