build: order Host and Client compilation faces
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { clientBundle } from '../tsdown.client.ts'
|
||||
|
||||
const [lib, client] = clientBundle(
|
||||
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' }],
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
export default [{
|
||||
...lib,
|
||||
copy: [{ from: 'src/styles/*', to: 'lib/styles' }],
|
||||
}, client]
|
||||
|
||||
Reference in New Issue
Block a user