index.ts 524 B

1234567891011
  1. /**
  2. * Plugins settings surface, node half. The empty apply exists so the plugin
  3. * appears in the host cordis.yml / Loader; the browser half owns the section
  4. * and its configurable tab through exports["./client"], discovered from the
  5. * package.json dsh.client declaration. Every section this page edits is owned
  6. * by the Host plugin that registered it, so this package registers no
  7. * namespace of its own.
  8. */
  9. /** Host plugin body — no host-side behavior for this surface plugin. */
  10. export function apply(): void {}