UNPKG

koatty_serve

Version:

Provide http1/2/3, websocket, gRPC server for Koatty.

7 lines (5 loc) 142 B
import { defineConfig } from "tsup"; import { baseConfig } from "../../tsup.config.base"; export default defineConfig({ ...baseConfig, });