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

Installation#

Add @sigx/terminal-dev to your project as a dev dependency.

Install the package#

It runs your app during development only — it is not part of the @sigx/terminal umbrella and never ships with your app:

Terminal
pnpm add -D @sigx/terminal-dev

JSX setup#

@sigx/terminal-dev lists @sigx/runtime-core (0.6.x) as a peer dependency and bundles Vite. Your tsconfig.json needs the usual SignalX JSX setup ("jsx": "react-jsx" and "jsxImportSource": "@sigx/runtime-core", or the @sigx/terminal facade — see the umbrella's Installation guide).

Verify#

Terminal
pnpm exec sigx-terminal-dev --help