index.ts 445 B

12345678910
  1. /**
  2. * Command UI plugin, node half. Pure UI plugin: the empty apply exists so
  3. * the plugin appears in the host cordis.yml / Loader; the browser half ships
  4. * via exports["./client"], discovered through the package.json dshClient
  5. * declaration. The host command registry itself mounts separately
  6. * (bootHost + CommandService).
  7. */
  8. /** Host plugin body — no host-side behavior for the command UI plugin. */
  9. export function apply(): void {}