index.ts 369 B

123456789
  1. /**
  2. * Slash trigger 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 dsh.client
  5. * declaration.
  6. */
  7. /** Host plugin body — no host-side behavior for the slash trigger plugin. */
  8. export function apply(): void {}