Lynx/Packages/Terminal Dev/API reference
@sigx/terminal-dev · Preview

API reference#

Exports of @sigx/terminal-dev v0.6.2.

Exports#

ExportWhat it is
sigx-terminal-dev (bin)The CLI entry: sigx-terminal-dev [entry] [--root <dir>] [--config <vite config>]. See running an app.
startDev(options)Programmatic entry — returns { server, runner, restart, close } for embedding the dev runner in your own tooling. See programmatic API.
terminalDevPlugin()The Vite plugin that injects HMR identity registration and self-accept into component modules.
@sigx/terminal-dev/hmrThe runtime that patches live component instances on a hot update — injected automatically; you never import it yourself.

See the package source for the complete typed surface.