index.ts 281 B

1234567
  1. /**
  2. * Read-only Schedule catalog plugin, node half. The empty apply keeps the
  3. * optional browser feature addressable from the host-owned Loader overlay.
  4. */
  5. /** Host plugin body — Schedule catalog behavior exists only in the browser entry. */
  6. export function apply(): void {}