12 lines
258 B
TypeScript
12 lines
258 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'],
|
|
{
|
|
lib: {
|
|
copy: [{ from: 'src/styles/*', to: 'lib/styles' }],
|
|
},
|
|
},
|
|
)
|