index.ts 374 B

123456789
  1. /**
  2. * File/session reference plugin, node half. Pure UI plugin: the empty apply
  3. * exists so the plugin appears in the host cordis.yml / Loader; the browser
  4. * half ships via exports["./client"], discovered through the package.json
  5. * `dsh.client` declaration.
  6. */
  7. /** Host plugin body — no host-side behavior for this source plugin. */
  8. export function apply(): void {}