Files
deepseek-harness/packages/examples/jsonrpc-demo/src/index.ts
T
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00

11 lines
332 B
TypeScript

/**
* Bin-only app package: its generic and packaged entries discover an external
* `cordis.yml` and own process exit. This module exports no composition plugin;
* the config chooses whether to load the
* {@link @deepseek-ai/dsh-sdk-jsonrpc-server} serving plugin.
*
* @module @deepseek-ai/dsh-sdk-jsonrpc-demo
*/
export {}