mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
import { clientBundle } from '../../client/tsdown.client.ts'
|
|
|
|
export default clientBundle(
|
|
'@deepseek-ai/dsh-api-workspace-controller',
|
|
['lib/types/index.js', 'lib/types/invariant.js'],
|
|
{ hostPhase: true },
|
|
)
|