5 lines
211 B
TypeScript
5 lines
211 B
TypeScript
/** Host loader entry for the browser runtime exported from `./client` and `./loader`. */
|
|
|
|
/** Host plugin body — no host-side behavior for the runtime plugin. */
|
|
export function apply(_ctx: unknown): void {}
|