mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
import { clientBundle } from '../tsdown.client.ts'
|
|
|
|
export default clientBundle(
|
|
'@deepseek-ai/dsh-client-ui-theme',
|
|
['lib/types/index.js', 'lib/types/invariant.js'],
|
|
)
|