UNPKG

disci

Version:

A HTTP Request handler for discord interactions

8 lines (6 loc) 134 B
import { createTsupConfig } from "../../tsup.config"; export default [ createTsupConfig({ entry: ["src/index.ts"], }), ];