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:
pnpm add -D @sigx/terminal-devJSX 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
pnpm exec sigx-terminal-dev --help
