tsdown.config.ts 183 B

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