Files
moeka-project/packages/better-ws/tsdown.config.ts
T
Nekoandautofix-ci[bot] 47bfe02a87 feat(better-ws): added new package (#1989)
---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by-agent: Codex
2026-06-18 15:11:35 +08:00

12 lines
263 B
TypeScript

import { defineConfig } from 'tsdown'
export default defineConfig({
entry: {
'index': 'src/index.ts',
'client/crossws': 'src/client/crossws/index.ts',
'server': 'src/server/index.ts',
'server/h3': 'src/server/h3/index.ts',
},
dts: true,
})