UNPKG

@fedify/amqp

Version:

AMQP/RabbitMQ driver for Fedify

9 lines (7 loc) 163 B
import { defineConfig } from "tsdown"; export default defineConfig({ entry: ["src/mod.ts", "src/mq.ts"], dts: true, unbundle: true, platform: "node", });