11 lines
317 B
TypeScript
11 lines
317 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-jsonrpc} serving plugin.
|
|
*
|
|
* @module @deepseek-ai/dsh-jsonrpc-demo
|
|
*/
|
|
|
|
export {}
|