mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
5 lines
199 B
TypeScript
5 lines
199 B
TypeScript
/** Host loader entry for the browser implementation exported from `./client`. */
|
|
|
|
/** Host plugin body — no host-side behavior for the plugin settings section. */
|
|
export function apply(): void {}
|