UNPKG

serverstruct

Version:

Type safe and modular servers with H3

12 lines (10 loc) 214 B
import { defineConfig } from "tsdown"; export default defineConfig({ entry: [ "./src/index.ts", "./src/openapi.ts", "./src/openapi.scalar.ts", "./src/otel.ts", ], format: ["esm", "cjs"], });