tsdown.config.ts 187 B

1234567
  1. import { clientBundle } from '../../client/tsdown.client.ts'
  2. export default clientBundle(
  3. '@deepseek-ai/dsh-api-session-controller',
  4. ['lib/types/index.js'],
  5. { hostPhase: true },
  6. )