8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
import { clientBundle } from '../../client/tsdown.client.ts'
|
|
|
|
export default clientBundle(
|
|
'@deepseek-ai/dsh-api-remotes',
|
|
['lib/types/index.js', 'lib/types/invariant.js'],
|
|
{ hostPhase: true },
|
|
)
|