Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
11 lines
332 B
TypeScript
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 {}
|