leaflet.pub astro loader
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at b08997618bdf0e0fdeebbeffec316f261eae19ad 9 lines 172 B view raw
1import { defineConfig } from "tsup"; 2 3export default defineConfig({ 4 entryPoints: ["lib/index.ts"], 5 format: ["cjs", "esm"], 6 dts: true, 7 outDir: "dist", 8 clean: true, 9});