Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / runStart
Function: runStart()
ts
function runStart(options?): Promise<{
host: string;
port: number;
}>;Defined in: packages/cli/src/commands/start.ts:54
Programmatic entry — used both by the CLI binary and by tests so the spawn cost of running the binary is paid only when an operator actually invokes graphorin start from a shell.
Parameters
| Parameter | Type |
|---|---|
options | StartCommandOptions |
Returns
Promise<{ host: string; port: number; }>