index.ts 211 B

1234
  1. /** Host loader entry for the browser runtime exported from `./client` and `./loader`. */
  2. /** Host plugin body — no host-side behavior for the runtime plugin. */
  3. export function apply(_ctx: unknown): void {}