2026-07-19 21:17:57 +08:00
|
|
|
import { clientBundle } from '../tsdown.client.ts'
|
|
|
|
|
|
2026-08-08 03:29:12 +08:00
|
|
|
export default clientBundle(
|
2026-08-04 23:37:57 +08:00
|
|
|
'@deepseek-ai/dsh-client-ui-theme',
|
|
|
|
|
['lib/types/index.js', 'lib/types/invariant.js'],
|
2026-08-08 03:29:12 +08:00
|
|
|
{
|
|
|
|
|
lib: {
|
|
|
|
|
copy: [{ from: 'src/styles/*', to: 'lib/styles' }],
|
|
|
|
|
},
|
|
|
|
|
},
|
2026-08-04 23:37:57 +08:00
|
|
|
)
|