fix(llm): stop exposing the mock server binary

This commit is contained in:
Yichen Jiang
2026-07-28 18:21:11 +08:00
parent 817c09828b
commit 9236f24bcd
9 changed files with 18 additions and 26 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/**
* Standalone process wrapper for the scriptable mock LLM server.
* @module @deepseek-ai/dsh-llm-mock-server/bin
* @module @deepseek-ai/dsh-llm-mock-server/src/bin
*/
import { setTimeout as delay } from 'node:timers/promises'