UNPKG

launchpad-installer

Version:

GitHub Action to install packages using Launchpad.

11 lines (9 loc) 184 B
import { dts } from 'bun-plugin-dtsx' await Bun.build({ entrypoints: ['src/index.ts'], outdir: './dist', plugins: [dts()], target: 'node', format: 'cjs', minify: true, })