mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
build: order Host and Client compilation faces
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
import { clientOnly } from '../tsdown.client.ts'
|
||||
|
||||
/**
|
||||
* Root and invariant shapes as SEPARATE single-entry bundles: a multi-entry
|
||||
@@ -8,7 +8,7 @@ import { defineConfig } from 'tsdown'
|
||||
* runtime — browser consumers resolve this package through the loader module
|
||||
* table.
|
||||
*/
|
||||
export default defineConfig([
|
||||
export default clientOnly([
|
||||
{
|
||||
entry: { index: 'lib/types/index.js' },
|
||||
outDir: 'lib',
|
||||
|
||||
Reference in New Issue
Block a user